Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e621505cf2 | |||
| 9cc8cb5f9b | |||
| 869f0b0c55 | |||
| f8f4da4613 | |||
| ecbc7e79e9 | |||
| 866cb8b43f | |||
| 5495d7640f |
@@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://git.keligrubb.com/actions/checkout@v6
|
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@v6
|
||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://git.keligrubb.com/actions/checkout@v6
|
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@v6
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
COMFYUI_URL: http://192.168.1.124:8188
|
COMFYUI_URL: http://192.168.1.124:8188
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://git.keligrubb.com/actions/checkout@v6
|
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@v6
|
||||||
@@ -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@v7
|
uses: https://git.keligrubb.com/actions/upload-artifact@v3
|
||||||
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@v8
|
uses: https://git.keligrubb.com/actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: release-pdf
|
name: release-pdf
|
||||||
path: .
|
path: .
|
||||||
|
|||||||
Generated
+535
-1168
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -16,8 +16,8 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotenv": "^17.2.1",
|
"dotenv": "^17.2.1",
|
||||||
"puppeteer": "^24.17.1",
|
"puppeteer": "^25.0.0",
|
||||||
"sharp": "^0.34.3"
|
"sharp": "^0.35.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^10.0.0",
|
"@eslint/js": "^10.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user