Skip to content

Commit

Permalink
Merge pull request #1 from manyfold3d/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/deploy-pages-4

Bump actions/deploy-pages from 2 to 4
  • Loading branch information
Floppy authored Jan 25, 2024
2 parents 437657f + 9e4bd11 commit 6d3e5de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ permissions:
contents: read
pages: write
id-token: write
actions: read

# Allow one concurrent deployment
concurrency:
Expand Down Expand Up @@ -58,4 +59,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 6d3e5de

Please sign in to comment.