Skip to content

Merge pull request #86 from antimony-lang/dependabot/cargo/regex-1.10.1 #243

Merge pull request #86 from antimony-lang/dependabot/cargo/regex-1.10.1

Merge pull request #86 from antimony-lang/dependabot/cargo/regex-1.10.1 #243

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/[email protected]
with:
branch: gh-pages
folder: book