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
|
needs: test
|
||||||
name: Deploy docs
|
name: Deploy docs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment: documentation
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout main
|
- name: Checkout main
|
||||||
|
|
Loading…
Reference in New Issue