Skip to content

typo: 3.2. Paradigms.md had 3.3 label (#2) #79

typo: 3.2. Paradigms.md had 3.3 label (#2)

typo: 3.2. Paradigms.md had 3.3 label (#2) #79

Workflow file for this run

name: Publish
on:
push:
branches:
- main
permissions:
contents: write
concurrency:
cancel-in-progress: true
group: publish-workflow
jobs:
pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install invoke poetry
shell: bash
- uses: actions/setup-python@v5
with:
python-version: 3.12
cache: poetry
- run: poetry install
- run: poetry run invoke deploy