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 d6ae773 commit 505cb8dCopy full SHA for 505cb8d
.github/workflows/build.yml
@@ -238,7 +238,7 @@ jobs:
238
git config --global user.name "GitHub Action"
239
git add -- ./docs/${{ env.friendly-version }}
240
git commit -m'added ./docs/${{ env.friendly-version }}' -- ./docs/${{ env.friendly-version }}
241
- git push --force origin origin/docs
+ git push --force origin
242
# - name: Upload artifact
243
# uses: actions/upload-pages-artifact@v3
244
# with:
0 commit comments