Skip to content

Commit 0dc271a

Browse files
authored
Merge pull request #178 from circuitpython/dependabot/github_actions/peaceiris/actions-gh-pages-4
Bump peaceiris/actions-gh-pages from 3 to 4
2 parents fa95d16 + 489c884 commit 0dc271a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cache: 'npm'
3535
- run: npm ci
3636
- run: npm run build
37-
- uses: peaceiris/actions-gh-pages@v3
37+
- uses: peaceiris/actions-gh-pages@v4
3838
with:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
4040
publish_dir: './dist'

0 commit comments

Comments
 (0)