Skip to content

Commit

Permalink
Merge pull request adafruit#1389 from adafruit/dhalbert-patch-1
Browse files Browse the repository at this point in the history
Update to peaceiris/actions-gh-pages@v4
  • Loading branch information
tannewt authored Apr 8, 2024
2 parents 6db5acc + c3e535e commit dd4c6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
bundle exec jekyll build -d build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
Expand Down

0 comments on commit dd4c6a7

Please sign in to comment.