Enhance demo workflow by adding step names for clarity and installing generated files

This commit is contained in:
Edgar P. Burkhart 2025-02-09 19:06:08 +01:00
parent 087875015c
commit 65c88dbc73
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 6 additions and 3 deletions
.forgejo/workflows
myst.yml

View file

@ -6,10 +6,13 @@ jobs:
test:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize virtual environment
run: /usr/bin/python -m venv .env
- name: Install dependencies
run: ./.env/bin/pip install mystmd
- name: Build static HTML
run: ./.env/bin/myst build --html
run: ./.env/bin/myst build --html
- name: Install generated files
run: cp -r _build/html /data/srv/fogejo-runner/cours4.0

View file

@ -25,4 +25,4 @@ site:
favicon: logo.svg
logo: logo.svg
folders: true
hide_footer_links: true
hide_footer_links: true