Skip to content

Remove old docs and disable gh actions temporarily #5

Remove old docs and disable gh actions temporarily

Remove old docs and disable gh actions temporarily #5

Workflow file for this run

name: Build and Deploy

Check failure on line 1 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

`workflow-dispatch` is not a valid event name
on: workflow-dispatch
# push:
# branches:
# - main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get install -y python3-sphinx python3-sphinx-rtd-theme
- name: Build
run: |
cd docs && make html
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs/_build/html