Skip to content

chore: Fix issues pointed by the linter #15

chore: Fix issues pointed by the linter

chore: Fix issues pointed by the linter #15

Workflow file for this run

name: Documentation
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
permissions: write-all
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
release:
runs-on: ubuntu-latest
timeout-minutes: 15
concurrency:
group: ci-docs-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
environment-file: conda/dev.yaml
channels: conda-forge,nodefaults
activate-environment: growth-forge
auto-update-conda: true
conda-solver: libmamba
python-version: "3.10"
- name: Install deps
run: |
poetry config virtualenvs.create false
poetry install
- name: Generate documentation with changes from semantic-release
run: makim --verbose docs.build
- name: GitHub Pages action
uses: peaceiris/[email protected]
if: ${{ github.event_name == 'workflow_dispatch' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/