Skip to content

Commit

Permalink
update GitHub Actions... more
Browse files Browse the repository at this point in the history
This is followup to #311

Per
https://github.com/actions/upload-pages-artifact/releases/tag/v3.0.0
`actions/upload-pages-artifact@3` requires `actions/deploy-pages@v4`
  • Loading branch information
cburroughs committed Jan 28, 2025
1 parent 7602d1a commit 2415c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- main
- csb/deploy-redux

permissions:
contents: read
Expand Down Expand Up @@ -62,4 +62,4 @@ jobs:
path: "./build"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 2415c91

Please sign in to comment.