Skip to content

Merge branch 'master' of https://github.com/uppsala-makerspace/loerda… #100

Merge branch 'master' of https://github.com/uppsala-makerspace/loerda…

Merge branch 'master' of https://github.com/uppsala-makerspace/loerda… #100

name: Create website
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Install dependencies
run: pip install -r requirements.txt natsort
- name: Render HTML
run: mkdocs gh-deploy --force