Skip to content

fix: change giscus theme to book #42

fix: change giscus theme to book

fix: change giscus theme to book #42

Workflow file for this run

name: pages
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup book
run: |
chmod u+x assets/bin/* && cp assets/bin/* /usr/local/bin
git clone https://github.com/MR-Addict/mdbook-repl.git -b gh-pages --depth 1
- name: Build books
run: mdbook build
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: book