Skip to content

Merge branch 'main' of https://github.com/UPPMAX/naiss_file_transfer_… #541

Merge branch 'main' of https://github.com/UPPMAX/naiss_file_transfer_…

Merge branch 'main' of https://github.com/UPPMAX/naiss_file_transfer_… #541

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