mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Update docs_build.yml
This commit is contained in:
parent
632b047493
commit
e5249c4bce
9
.github/workflows/docs_build.yml
vendored
9
.github/workflows/docs_build.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user