Skip to content

Commit

Permalink
Update version numbers according to https://github.blog/changelog/202…
Browse files Browse the repository at this point in the history
  • Loading branch information
nakohdo committed Jun 25, 2024
1 parent c297a6b commit ec9ea7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/antora-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Configure Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
- name: Install Antora
run: npm i antora
- name: Generate Site
run: npx antora antora-playbook.yml
- name: Upload Artifacts
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v4
with:
path: build/site
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit ec9ea7b

Please sign in to comment.