mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix CI
This commit is contained in:
parent
819f5340bf
commit
0c57105ac6
12
.github/workflows/docs_build.yml
vendored
12
.github/workflows/docs_build.yml
vendored
@ -36,11 +36,17 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: ${{ inputs.schemas_artifact }}
|
name: ${{ inputs.schemas_artifact }}
|
||||||
path: NewHorizons/Schemas
|
path: NewHorizons/Schemas
|
||||||
|
- name: Setup PNPM
|
||||||
|
uses: pnpm/action-setup@v2
|
||||||
- name: Build Site
|
- name: Build Site
|
||||||
uses: withastro/action@v1
|
working-directory: docs
|
||||||
|
run: |
|
||||||
|
pnpm install
|
||||||
|
pnpm build
|
||||||
|
- name: Upload Pages artifact
|
||||||
|
uses: actions/upload-pages-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: ./docs
|
path: ./docs/dist
|
||||||
package-manager: npm
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: build
|
needs: build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user