Add documentation deployment environment

This commit is contained in:
Christopher C. Wells 2022-06-02 19:46:09 -07:00
parent 1913e4bb32
commit 815d881eeb
1 changed files with 1 additions and 0 deletions

View File

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