Skip to content

Let trunk find the file to publish (#28) #9

Let trunk find the file to publish (#28)

Let trunk find the file to publish (#28) #9

name: github pages deployment
on:
push:
branches:
- main
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install mkdocstrings
- run: mkdocs gh-deploy --force