We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e281289 commit f090004Copy full SHA for f090004
.github/workflows/deploy.yml
@@ -36,6 +36,12 @@ jobs:
36
}
37
38
]
39
+ - name: setonix
40
+ directory: launch.setonix.linwood
41
+ env: |
42
+ APP_NAME=Setonix
43
+ APP_DOWNLOAD_URL=https://setonix.linwood.dev/downloads
44
+ APP_WEB_URL=https://web.setonix.linwood.dev
45
steps:
46
- uses: actions/checkout@v4
47
- name: Install pnpm
package.json
@@ -9,12 +9,12 @@
9
"preview": "astro preview",
10
"astro": "astro"
11
},
12
- "packageManager": "pnpm@10.6.5",
+ "packageManager": "pnpm@10.7.1",
13
"dependencies": {
14
"@astrojs/check": "^0.9.4",
15
"@linwooddev/style": "^0.4.2",
16
- "astro": "^5.5.4",
17
- "sass": "^1.86.0",
+ "astro": "^5.6.1",
+ "sass": "^1.86.3",
18
"typescript": "^5.8.2"
19
20
0 commit comments