Skip to content

Created CODE_OF_CONDUCT.md #28

Created CODE_OF_CONDUCT.md

Created CODE_OF_CONDUCT.md #28

Workflow file for this run

name: Deploy documentation
on:
push:
branches:
- main
permissions:
contents: write
jobs:
docs-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup PDM
uses: pdm-project/setup-pdm@v3
- name: Install dependencies
run: pdm install
- name: Deploy documentation
run: pdm run docs-deploy