Skip to content

Update ondersteunende-organisaties.md (#104) #30

Update ondersteunende-organisaties.md (#104)

Update ondersteunende-organisaties.md (#104) #30

Workflow file for this run

name: publish
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: 3.x
cache: 'poetry'
- run: poetry install --no-root
- run: poetry run mkdocs gh-deploy --force