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 a27e007 commit 40e60e1Copy full SHA for 40e60e1
.github/workflows/update.yml
@@ -27,3 +27,7 @@ jobs:
27
with:
28
github_token: ${{ secrets.GITHUB_TOKEN }}
29
branch: ${{ github.ref }}
30
+ - uses: actions/upload-artifact@v4
31
+ with:
32
+ name: index.html
33
+ path: index.html
0 commit comments