Skip to content

Create dvh_arb_tiltak.md #97

Create dvh_arb_tiltak.md

Create dvh_arb_tiltak.md #97

Workflow file for this run

name: ci
on:
push:
branches:
- main
permissions:
pages: write
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: gh-pages
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-git-revision-date-localized-plugin
- run: mkdocs gh-deploy