Skip to content

Merge pull request #68 from statisticsnorway/Improve-datatype-validation #10

Merge pull request #68 from statisticsnorway/Improve-datatype-validation

Merge pull request #68 from statisticsnorway/Improve-datatype-validation #10

Workflow file for this run

name: Deploy MkDocs to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install Dependencies
run: |
pip install mkdocs-material
- name: Deploy to GitHub Pages
run: mkdocs gh-deploy --force --verbose