Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Merge pull request #61 from Tobi-De/dependabot/pip/cappa-0.13.2 #34

Merge pull request #61 from Tobi-De/dependabot/pip/cappa-0.13.2

Merge pull request #61 from Tobi-De/dependabot/pip/cappa-0.13.2 #34

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
- run: pip install -r docs/requirements.txt
- run: mkdocs gh-deploy --force