We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f11f3a commit 9810514Copy full SHA for 9810514
.github/workflows/build.yml
@@ -239,7 +239,7 @@ jobs:
239
git config --global user.name "GitHub Action"
240
git add -- ./docs/${{ env.friendly-version }}
241
git commit -m'added ./docs/${{ env.friendly-version }}' -- ./docs/${{ env.friendly-version }}
242
- git push --force origin origin/docs
+ git push
243
# - name: Upload artifact
244
# uses: actions/upload-pages-artifact@v3
245
# with:
0 commit comments