Fix zip command to correctly package HTML files for release
All checks were successful
/ serve (push) Successful in 1m9s

This commit is contained in:
Edgar P. Burkhart 2025-05-05 22:39:15 +02:00
parent b2523aba24
commit 55c5153380
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -18,7 +18,8 @@ jobs:
run: |
uv run myst build --execute --html
mkdir -p /tmp/release
zip -r /tmp/release/html.zip _build/html
cd _build/html
zip -r /tmp/release/html.zip .
- name: Make release
uses: actions/forgejo-release@v2.6.0
with: