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 f45a76a commit bdb8c2dCopy full SHA for bdb8c2d
1 file changed
.github/workflows/build.yml
@@ -58,9 +58,8 @@ jobs:
58
echo "Files with more than one link (hard links):"
59
find ./build ! -type d -links +1 -exec ls -li {} +
60
- name: Upload artifact
61
- uses: actions/upload-artifact@v4
+ uses: actions/upload-pages-artifact@v3
62
with:
63
- name: github-pages
64
path: ./build
65
66
deploy:
0 commit comments