Artifact Upload For Docs Action

This commit is contained in:
Ben C 2022-03-03 08:53:38 -05:00 committed by GitHub
parent 47f622d58c
commit 677363f5fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,14 @@ jobs:
with:
command: run python generate.py
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: Built-Docs
path: out/
- name: Deploy To Pages
if: success() && github.ref == 'refs/heads/master'
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages