Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a0d4e1405a | ||
|
|
c55be962df | ||
|
|
cdf94c9fd0 | ||
|
|
b5f47ea033 | ||
|
|
6b080b7413 |
@@ -12,7 +12,7 @@ jobs:
|
|||||||
uses: https://git.keligrubb.com/actions/checkout@v7
|
uses: https://git.keligrubb.com/actions/checkout@v7
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: https://git.keligrubb.com/actions/setup-node@v6
|
uses: https://git.keligrubb.com/actions/setup-node@v7
|
||||||
with:
|
with:
|
||||||
node-version: "24"
|
node-version: "24"
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
@@ -31,7 +31,7 @@ jobs:
|
|||||||
uses: https://git.keligrubb.com/actions/checkout@v7
|
uses: https://git.keligrubb.com/actions/checkout@v7
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: https://git.keligrubb.com/actions/setup-node@v6
|
uses: https://git.keligrubb.com/actions/setup-node@v7
|
||||||
with:
|
with:
|
||||||
node-version: "24"
|
node-version: "24"
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
uses: https://git.keligrubb.com/actions/checkout@v7
|
uses: https://git.keligrubb.com/actions/checkout@v7
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: https://git.keligrubb.com/actions/setup-node@v6
|
uses: https://git.keligrubb.com/actions/setup-node@v7
|
||||||
with:
|
with:
|
||||||
node-version: "24"
|
node-version: "24"
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
run: npm start
|
run: npm start
|
||||||
|
|
||||||
- name: Upload PDF artifact
|
- name: Upload PDF artifact
|
||||||
uses: https://git.keligrubb.com/actions/upload-artifact@v3
|
uses: https://git.keligrubb.com/actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: release-pdf
|
name: release-pdf
|
||||||
path: "*.pdf"
|
path: "*.pdf"
|
||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
GITEA_TOKEN: ${{ secrets.SCROLLSMITH_GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.SCROLLSMITH_GITEA_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- name: Download PDF artifact
|
- name: Download PDF artifact
|
||||||
uses: https://git.keligrubb.com/actions/download-artifact@v3
|
uses: https://git.keligrubb.com/actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: release-pdf
|
name: release-pdf
|
||||||
path: .
|
path: .
|
||||||
|
|||||||
Generated
+279
-249
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user