Skip to content

Merge pull request #3 from dmlls/dependabot/pip/docs/certifi-2024.7.4 #19

Merge pull request #3 from dmlls/dependabot/pip/docs/certifi-2024.7.4

Merge pull request #3 from dmlls/dependabot/pip/docs/certifi-2024.7.4 #19

Workflow file for this run

name: Build & Publish docs
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Sphinx docs
uses: ammaraskar/sphinx-action@master
with:
docs-folder: docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3 # https://github.com/peaceiris/actions-gh-pages
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: docs/build/html
force_orphan: true