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:
|
||||
name: ${{ inputs.schemas_artifact }}
|
||||
path: NewHorizons/Schemas
|
||||
- name: Setup PNPM
|
||||
uses: pnpm/action-setup@v2
|
||||
- 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:
|
||||
path: ./docs
|
||||
package-manager: npm
|
||||
path: ./docs/dist
|
||||
|
||||
deploy:
|
||||
needs: build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user