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
8b13cc0ad6
commit
819f5340bf
4
.github/workflows/docs_build.yml
vendored
4
.github/workflows/docs_build.yml
vendored
@ -27,9 +27,6 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
working-directory: ./docs
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@ -43,6 +40,7 @@ jobs:
|
|||||||
uses: withastro/action@v1
|
uses: withastro/action@v1
|
||||||
with:
|
with:
|
||||||
path: ./docs
|
path: ./docs
|
||||||
|
package-manager: npm
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: build
|
needs: build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user