Skip to content

Commit

Permalink
Merge pull request #4 from oskarrough/fix/ghpages
Browse files Browse the repository at this point in the history
Upgrade GitHub action
  • Loading branch information
oskarrough authored Jun 28, 2024
2 parents 3ddb61a + 875e036 commit 97edadd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- run: npm install
- run: npm run build
- name: Upload artifact
Expand Down

0 comments on commit 97edadd

Please sign in to comment.