Skip to content

Merge pull request #26 from truzzt/feat/update-docs-1-1-0 #4

Merge pull request #26 from truzzt/feat/update-docs-1-1-0

Merge pull request #26 from truzzt/feat/update-docs-1-1-0 #4

Workflow file for this run

name: Deploy to Github-Pages
on:
push:
branches: ["main"]
paths: ["docs/**"]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: mdBook Action
uses: peaceiris/actions-mdbook@v1
- run: mdbook build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book