mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
WORKFLOW: Fix wrong instruction of generating docs (#2522)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -83,4 +83,4 @@ jobs:
|
||||
run: npm run doc
|
||||
- name: Check generated docs
|
||||
run: |
|
||||
test -z "$(git status --porcelain)" || (echo "::error title=Documentation is outdated::You need to run 'run npm doc'";exit 1;)
|
||||
test -z "$(git status --porcelain)" || (echo "::error title=Documentation is outdated::You need to run 'npm run doc'";exit 1;)
|
||||
|
||||
Reference in New Issue
Block a user