Skip to content

Commit 065673e

Browse files
committed
Fix
1 parent eabcfcb commit 065673e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
cp -a /tmp/_site/* .
4242
git add -A
4343
git commit -am 'Update' >/dev/null
44-
git push -f o gh-pages
44+
git push -f origin gh-pages

0 commit comments

Comments
 (0)