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 70a83b2 commit dd46447Copy full SHA for dd46447
.github/workflows/build.yml
@@ -62,11 +62,11 @@ jobs:
62
- name: Setup Pages
63
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }}
64
id: pages
65
- uses: actions/configure-pages@v2
+ uses: actions/configure-pages@v5
66
67
- name: Upload artifact
68
69
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v4
70
with:
71
path: ./public
72
0 commit comments