mirror of https://github.com/snachodog/mybuddy.git
Add URL to docs deploy environment config
This commit is contained in:
parent
8b54596c52
commit
a17cf139e1
|
@ -53,7 +53,9 @@ jobs:
|
||||||
needs: test
|
needs: test
|
||||||
name: Deploy docs
|
name: Deploy docs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: documentation
|
environment:
|
||||||
|
name: documentation
|
||||||
|
url: https://docs.baby-buddy.net
|
||||||
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