Skip to content

add Fe, Cr, and explorer environment #47

add Fe, Cr, and explorer environment

add Fe, Cr, and explorer environment #47

Workflow file for this run

name: github pages
on:
push:
branches:
- main
- docs
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- name: checkout
uses: actions/checkout@v2
- name: build docs
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
- name: Deploy
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build/html/