File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,20 +30,20 @@ jobs:
30
30
container : asciidoctor/docker-asciidoctor
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
# The asciidoctor container is built on Alpine and contains only a Busybox tar.
35
35
# Github Actions need GNU tar for its options.
36
36
- name : Install tar
37
37
run : apk add tar
38
38
- name : Build documentation
39
39
run : asciidoctor --safe -vn docs/using-newdoc.adoc --out-file=docs/index.html
40
40
- name : Setup Pages
41
- uses : actions/configure-pages@v3
41
+ uses : actions/configure-pages@v5
42
42
- name : Upload artifact
43
43
uses : actions/upload-pages-artifact@v3
44
44
with :
45
45
# Upload the generated HTML file
46
46
path : ' docs'
47
47
- name : Deploy to GitHub Pages
48
48
id : deployment
49
- uses : actions/deploy-pages@v2
49
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments