Update docs_build.yml

This commit is contained in:
Ben C 2022-07-28 15:48:10 -07:00 committed by GitHub
parent 632b047493
commit e5249c4bce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,15 +63,12 @@ jobs:
command: run menagerie generate
- name: Upload Artifact
uses: actions/upload-artifact@v2
if: success() && github.ref == 'refs/heads/main'
uses: actions/upload-pages-artifact@v1
with:
name: Built-Docs
path: out/
- name: Deploy To Pages
if: success() && github.ref == 'refs/heads/main'
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: out/
uses: actions/deploy-pages@v1