Skip to content

fix(datasets): fix including datasets in package #41

fix(datasets): fix including datasets in package

fix(datasets): fix including datasets in package #41

Workflow file for this run

name: documentation
on:
push:
branches: [main] # branch to trigger deployment
jobs:
pages:
runs-on: ubuntu-20.04
steps:
- id: deployment
uses: sphinx-notes/pages@v3
with:
publish: false
documentation_path: ./docs/source
requirements_path: ./docs/source/requirements.txt
python_version: 3.11
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ steps.deployment.outputs.artifact }}