Skip to content

Commit cfb0ad5

Browse files
authored
Update publish.yml
1 parent d1020a2 commit cfb0ad5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)