Skip to content

Commit 780f77e

Browse files
committed
fix: ghpages deployment
1 parent cb12f07 commit 780f77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
npm install
2424
npm run build
2525
mv dist ../../gh-pages/u1/$(basename "$dir")
26-
pop
26+
popd
2727
done
2828
2929
- name: Deploy 🚀

0 commit comments

Comments
 (0)