Skip to content

refactor(command): streamline process execution and improve error han… #262

refactor(command): streamline process execution and improve error han…

refactor(command): streamline process execution and improve error han… #262

Workflow file for this run

on:
push:
branches:
- master
name: Deploy to Github Pages
jobs:
deploy:
name: deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: "latest"
- name: setup python
uses: actions/setup-python@v2
with:
python-version: 3.8
- run: |
python build_docs.py
- name: Disable Jekyll
run: |
touch book/.nojekyll
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.3
with:
branch: gh-pages
folder: book