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 6442825 commit 41a296dCopy full SHA for 41a296d
.github/workflows/website.yml
@@ -1,7 +1,7 @@
1
name: Deploy
2
on:
3
push:
4
- branches: [ main ]
+ branches: [main]
5
jobs:
6
github-pages:
7
name: GitHub Pages
@@ -35,9 +35,9 @@ jobs:
35
- name: Copy run.js
36
run: sed 's|"../pkg/hangman_solver_lib.js"|"https://github.asozial.org/hangman_solver/hangman_solver_lib.js"|' web/run.js > pkg/run.js
37
- name: Upload GitHub Pages artifact
38
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
39
with:
40
path: pkg
41
- name: Deploy GitHub Pages site
42
id: deployment
43
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
0 commit comments