Skip to content

build: updates release action version to encorporate bug fix #24

build: updates release action version to encorporate bug fix

build: updates release action version to encorporate bug fix #24

Workflow file for this run

name: Docs
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v1
- name: Build Documentation
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build/html