Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Merge pull request #6 from navikt/gpgForWsl #22

Merge pull request #6 from navikt/gpgForWsl

Merge pull request #6 from navikt/gpgForWsl #22

Workflow file for this run

name: ci
'on':
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force