Skip to content

Commit 9810514

Browse files
committed
test
1 parent 4f11f3a commit 9810514

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

0 commit comments

Comments
 (0)