Skip to content

Commit

Permalink
Update Github Pages packages for Github Action.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Nov 30, 2024
1 parent eec21e5 commit 7092390
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout/@v3
uses: actions/checkout/@v4
- name: Setup Node 18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
- name: Generate vocabulary
Expand All @@ -36,12 +36,12 @@ jobs:
./node_modules/.bin/yml2vocab -v vocab/vocabulary.yml -t vocab/template.html
rm -rf node_modules
- name: Setup Github Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v4
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 7092390

Please sign in to comment.