File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,24 +22,24 @@ jobs:
2222 - name : Checkout repository
2323 uses : actions/checkout@v4
2424 - name : Install Node.js
25- uses : actions/setup-node@v3
25+ uses : actions/setup-node@v4
2626 with :
2727 node-version : ' 18'
2828 - name : Install Antora
2929 run : npm i antora
3030 - name : Generate Site
31+ # run: npx antora site.yml
3132 run : npx antora default-site.yml
32- # run: npx antora content/default-site.yml
3333 - name : Setup Pages
34- uses : actions/configure-pages@v3
34+ uses : actions/configure-pages@v4
3535 - name : find where the files are
3636 run : |
3737 pwd
3838 #ls -alR .
3939 - name : Upload artifact
40- uses : actions/upload-pages-artifact@v2
40+ uses : actions/upload-pages-artifact@v3
4141 with :
4242 path : content/www/
4343 - name : Deploy to GitHub Pages
4444 id : deployment
45- uses : actions/deploy-pages@v2
45+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments