Fix zip command to correctly package HTML files for release
All checks were successful
/ serve (push) Successful in 1m9s
All checks were successful
/ serve (push) Successful in 1m9s
This commit is contained in:
parent
b2523aba24
commit
55c5153380
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
uv run myst build --execute --html
|
uv run myst build --execute --html
|
||||||
mkdir -p /tmp/release
|
mkdir -p /tmp/release
|
||||||
zip -r /tmp/release/html.zip _build/html
|
cd _build/html
|
||||||
|
zip -r /tmp/release/html.zip .
|
||||||
- name: Make release
|
- name: Make release
|
||||||
uses: actions/forgejo-release@v2.6.0
|
uses: actions/forgejo-release@v2.6.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue