mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-05-06 19:44:19 +02:00
Compare commits
1 Commits
4c3ca7bfd7
...
v1.2.1
| Author | SHA1 | Date | |
|---|---|---|---|
| f667d020d5 |
@@ -1,4 +1,4 @@
|
|||||||
name: 🚀 Build guide PDF
|
name: 📖 Build PDF
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@@ -26,10 +26,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: "3.12"
|
python-version: "3.12"
|
||||||
|
|
||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
run: python scripts/build_guide_pdf.py
|
run: python scripts/build_guide_pdf.py
|
||||||
|
|
||||||
- name: Upload PDF artifact
|
- name: Upload PDF artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: guide-pdf
|
name: guide-pdf
|
||||||
path: export/guide.pdf
|
path: export/guide.pdf
|
||||||
|
|||||||
Reference in New Issue
Block a user