Skip to content

Update and try fix GH Pages publish action. (#953) #104

Update and try fix GH Pages publish action. (#953)

Update and try fix GH Pages publish action. (#953) #104

Workflow file for this run

name: github pages
on:
push:
branches:
- master
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- 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@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/public
cname: fabiolb.net