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 0e5cbfc commit b25b67cCopy full SHA for b25b67c
.github/workflows/build.yml
@@ -243,7 +243,7 @@ jobs:
243
git add -- ./docs
244
git commit -m'updated docs:${{ env.assembly-version }}' -- ./docs
245
- name: Upload artifact
246
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v3
247
with:
248
path: './docs'
249
- name: Deploy to GitHub Pages
0 commit comments