We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71c16c commit 2275143Copy full SHA for 2275143
1 file changed
.github/workflows/build.yml
@@ -65,7 +65,7 @@ jobs:
65
"
66
- name: Configure Pages
67
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/main')
68
- uses: actions/configure-pages@v5
+ uses: actions/configure-pages@v6
69
- name: Upload artifact for deployment
70
71
uses: actions/upload-pages-artifact@v4
0 commit comments