Skip to content

Commit 15ada0d

Browse files
committed
fix(workflow): page cannot found source(lost context in build)
1 parent 8eb919a commit 15ada0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# npm run build --if-present
2525
# npm run deploy
2626
npm run test
27-
npm run docs:build
27+
npm run docs:build '/awesome-javascript-code-implementation/'
2828
# npm run changelog
2929
3030
# - name: Coveralls Parallel

0 commit comments

Comments
 (0)