Skip to content

Commit 382ef49

Browse files
committed
Fix build script invocation
1 parent a0632e5 commit 382ef49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-pages-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Copy files
2929
run: |
30-
build.sh -t PrepDocs
30+
./build.sh -t PrepDocs
3131
mkdir -p dist
3232
cp -r ./docs/* ./dist/
3333
rm ./dist/package.json ./dist/package-lock.json

0 commit comments

Comments
 (0)