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 2454766 commit b1448c0Copy full SHA for b1448c0
.github/workflows/build.yml
@@ -244,6 +244,7 @@ jobs:
244
git config --global user.name "GitHub Action"
245
git add -- ./docs
246
git commit -m'updated docs:${{ env.assembly-version }}' -- ./docs
247
+ git push --force origin ${{ github.head_ref || github.ref }}
248
- name: Upload artifact
249
uses: actions/upload-pages-artifact@v3
250
with:
0 commit comments