This commit is contained in:
parent
4f85fe2ef6
commit
df18b3f97f
1 changed files with 3 additions and 3 deletions
|
@ -15,14 +15,14 @@ jobs:
|
|||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node
|
||||
uses: https://git.witchcraft.systems/scientific-witchery/setup-deno@v2
|
||||
- name: Setup Deno
|
||||
uses: https://github.com/denoland/setup-deno@v2
|
||||
|
||||
- name: Install dependencies
|
||||
run: deno install
|
||||
|
||||
- name: Build project
|
||||
run: npm run build
|
||||
run: deno task build
|
||||
|
||||
- name: Setup SCP
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue