Skip to content

Fix script

Fix script #24

name: Create website
on:
push:
branches:
- main
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: remove all pagebreaks
run: ./scripts/remove_all_pagebreaks.sh
- name: Render HTML
run: mkdocs gh-deploy --force