Skip to content

Commit 41a296d

Browse files
committed
update actions
1 parent 6442825 commit 41a296d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/website.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy
22
on:
33
push:
4-
branches: [ main ]
4+
branches: [main]
55
jobs:
66
github-pages:
77
name: GitHub Pages
@@ -35,9 +35,9 @@ jobs:
3535
- name: Copy run.js
3636
run: sed 's|"../pkg/hangman_solver_lib.js"|"https://github.asozial.org/hangman_solver/hangman_solver_lib.js"|' web/run.js > pkg/run.js
3737
- name: Upload GitHub Pages artifact
38-
uses: actions/upload-pages-artifact@v1
38+
uses: actions/upload-pages-artifact@v3
3939
with:
4040
path: pkg
4141
- name: Deploy GitHub Pages site
4242
id: deployment
43-
uses: actions/deploy-pages@v1
43+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)