Add URL to docs deploy environment config

This commit is contained in:
Christopher C. Wells 2022-06-02 20:44:47 -07:00
parent 8b54596c52
commit a17cf139e1
1 changed files with 3 additions and 1 deletions

View File

@ -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