Skip to content

ci: reintroduce python 3.9 in tests matrix #190

ci: reintroduce python 3.9 in tests matrix

ci: reintroduce python 3.9 in tests matrix #190

Workflow file for this run

on:
workflow_dispatch:
push:
branches: [main]
name: Documentation
jobs:
Build-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
cache: "npm"
- name: Install node dependencies
run: |
npm install
npm install --workspaces
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
- name: Install poetry
run: pipx install poetry
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "poetry"
- name: Install Python dependencies
run: poetry install
- name: Bundle
run: npm run bundle
- name: Render and Publish
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global user.email "julien@nozav.org"
git config --global user.name "Julien Barnier"
poetry run quarto publish gh-pages doc