mirror of https://github.com/snachodog/mybuddy.git
Add documentation deployment environment
This commit is contained in:
parent
1913e4bb32
commit
815d881eeb
|
@ -62,6 +62,7 @@ jobs:
|
|||
needs: test
|
||||
name: Deploy docs
|
||||
runs-on: ubuntu-latest
|
||||
environment: documentation
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
||||
steps:
|
||||
- name: Checkout main
|
||||
|
|
Loading…
Reference in New Issue