Skip to content

Commit

Permalink
Merge pull request #3 from HoGentTIN/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-pages-artifact-3

Bump actions/upload-pages-artifact from 2 to 3
  • Loading branch information
MartenBE authored Aug 29, 2024
2 parents 44a5c29 + b5aa80d commit 7871eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- run: npm install -g reveal-md
- run: reveal-md docs/ --static
- uses: actions/configure-pages@v5
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
with:
path: ./html
- id: deployment
Expand Down

0 comments on commit 7871eef

Please sign in to comment.