mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-15 16:34:56 +01:00
Add linter script
Fix issue with running `cd src/handbook` while in the handbook directory for building
This commit is contained in:
2
.github/workflows/handbook.yml
vendored
2
.github/workflows/handbook.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
||||
run: npm install
|
||||
- name: Build handbook
|
||||
working-directory: src/handbook
|
||||
run: cd src/handbook && npm run build
|
||||
run: npm run build
|
||||
- name: Upload build
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user