mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Artifact Upload For Docs Action
This commit is contained in:
parent
47f622d58c
commit
677363f5fe
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user