Skip to content

Commit

Permalink
Merge pull request #4 from roebi/3-update-github-action-to-use-node-20
Browse files Browse the repository at this point in the history
update to actions/checkout@v4.1.7, actions/configure-pages@v5.0.0, ac…
  • Loading branch information
roebi committed Jul 16, 2024
2 parents 364a137 + b7d0aea commit f6243ef
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/checkout@v4.1.7
- name: Configure GitHub Pages
uses: actions/configure-pages@v5.0.0
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v3.0.1
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
- name: Deploy to GitHub Pages site
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4.0.5

0 comments on commit f6243ef

Please sign in to comment.