Skip to content

build: permissions gh-pages #9

build: permissions gh-pages

build: permissions gh-pages #9

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
# permissions for write to gh-pages branch
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force