Update docs_build.yml

This commit is contained in:
Ben C 2022-03-03 17:17:38 -08:00 committed by GitHub
parent 61cdb1b9f5
commit d91333dfaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,10 @@ jobs:
- uses: actions/checkout@v2
- run: cp -r docs/** .
- if: github.ref == 'refs/heads/master'
run: |
echo "OUT_DIR=/" >> $GITHUB_ENV
- name: Install dependecies
uses: VaultVulp/action-pipenv@v2.0.1