Skip to content

Commit

Permalink
Merge pull request #14 from python-project-templates/tkp/gha
Browse files Browse the repository at this point in the history
update actions-gh-pages reference in docs
  • Loading branch information
timkpaine authored Aug 9, 2024
2 parents 913a8bc + 29c0d16 commit cf2f824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- run: pip install yardang
- run: yardang build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit cf2f824

Please sign in to comment.