Skip to content

Commit 505cb8d

Browse files
committed
ehat
1 parent d6ae773 commit 505cb8d

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
@@ -238,7 +238,7 @@ jobs:
238238
git config --global user.name "GitHub Action"
239239
git add -- ./docs/${{ env.friendly-version }}
240240
git commit -m'added ./docs/${{ env.friendly-version }}' -- ./docs/${{ env.friendly-version }}
241-
git push --force origin origin/docs
241+
git push --force origin
242242
# - name: Upload artifact
243243
# uses: actions/upload-pages-artifact@v3
244244
# with:

0 commit comments

Comments
 (0)