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
06e57a09bb
commit
9310b4f9f7
13
.github/workflows/docs_build.yml
vendored
13
.github/workflows/docs_build.yml
vendored
@ -36,21 +36,14 @@ jobs:
|
||||
with:
|
||||
name: ${{ inputs.schemas_artifact }}
|
||||
path: NewHorizons/Schemas
|
||||
- name: PNPM Sucks
|
||||
- name: Move Stuff Becuase PNPM Can't FUCKING INSTALL IF YOU DONT HAVE PACKAGE JSON IN THE ROOT
|
||||
run: |
|
||||
cp docs/package.json .
|
||||
cp docs/pnpm-lock.yaml .
|
||||
- name: Setup PNPM
|
||||
uses: pnpm/action-setup@v2
|
||||
- name: Build Site
|
||||
working-directory: docs
|
||||
run: |
|
||||
pnpm install
|
||||
pnpm build
|
||||
- name: Upload Pages artifact
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
uses: withastro/action@v1
|
||||
with:
|
||||
path: ./docs/dist
|
||||
path: ./docs
|
||||
|
||||
deploy:
|
||||
needs: build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user