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 92881b0 commit b9a3e2cCopy full SHA for b9a3e2c
.github/workflows/pages.yml
@@ -30,7 +30,7 @@ jobs:
30
- run: make setup
31
- run: make build-site-docs
32
- name: Upload artifact
33
- uses: actions/upload-pages-artifact@v1 # TODO: update
+ uses: actions/upload-pages-artifact@v3
34
with:
35
path: ./dist/sites/js.cubing.net/
36
retention-days: 1
@@ -53,4 +53,4 @@ jobs:
53
steps:
54
- name: Deploy to GitHub Pages
55
id: deployment
56
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
0 commit comments