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

Tote links entfernt oder gefixt #29

Tote links entfernt oder gefixt

Tote links entfernt oder gefixt #29

Workflow file for this run

name: Publish
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Generate HTML files
run: python generate_accordion.py
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build