mirror of
https://git.aria.coffee/BuyMyAria/aria.coffee.git
synced 2025-06-15 00:49:57 +00:00
Compare commits
5 commits
66f30e0645
...
592df7d71d
Author | SHA1 | Date | |
---|---|---|---|
592df7d71d | |||
85a95c3812 | |||
9b0c82834c | |||
b54d89b92b | |||
2de9d62b76 |
1 changed files with 7 additions and 0 deletions
|
@ -26,6 +26,11 @@ jobs:
|
|||
node-version: 24
|
||||
cache: 'pnpm'
|
||||
|
||||
# - uses: https://github.com/denoland/setup-deno@v2
|
||||
# with:
|
||||
# deno-version: vx.x.x
|
||||
# cache: true
|
||||
|
||||
- name: Install SSH key
|
||||
uses: https://github.com/shimataro/ssh-key-action@v2
|
||||
with:
|
||||
|
@ -35,9 +40,11 @@ jobs:
|
|||
if_key_exists: fail
|
||||
|
||||
- run: pnpm install
|
||||
# - run: deno install
|
||||
|
||||
- name: Build website
|
||||
run: pnpm run build-action
|
||||
# run: deno run build-action
|
||||
|
||||
- name: Create folder if not exists
|
||||
continue-on-error: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue