Skip to content

Commit

Permalink
Update and try fix GH Pages publish action. (#953)
Browse files Browse the repository at this point in the history
* update and try fix GH Pages publish action.

* pinned checkout action version.
  • Loading branch information
tristanmorgan authored Sep 9, 2024
1 parent 596f443 commit 5637475
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
with:
submodules: true
- name: build
run: |
export PATH=${PATH}:${HOME}/bin
make github-pages
- name: deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GH_ACTIONS_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/public
cname: fabiolb.net

0 comments on commit 5637475

Please sign in to comment.