File tree 1 file changed +17
-8
lines changed
1 file changed +17
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : Deploy
2
2
on :
3
3
push :
4
- branches : [main]
4
+ branches : davis9001/dark_mode
5
5
pull_request :
6
- branches : main
6
+ branches : davis9001/dark_mode
7
7
8
8
jobs :
9
9
deploy :
@@ -21,15 +21,24 @@ jobs:
21
21
- name : Install Deno
22
22
uses : denoland/setup-deno@v2
23
23
with :
24
- deno-version : rc
24
+ deno-version : v2.x
25
+
26
+ - name : Install Node.js
27
+ uses : actions/setup-node@v4
28
+ with :
29
+ node-version : lts/*
30
+
31
+ - name : Install step
32
+ run : " deno install"
25
33
26
34
- name : Build step
27
- working-directory : ./www
28
- run : " deno task build" # 📝 Update the build command(s) if necessary
35
+ run : " deno task build-www"
29
36
30
37
- name : Upload to Deno Deploy
31
38
uses : denoland/deployctl@v1
32
39
with :
33
- project : " fresh" # 📝 Update the deploy project name if necessary
34
- entrypoint : " ./www/main.ts" # 📝 Update the entrypoint if necessary
35
- root : " ."
40
+ project : " davis9001-fresh-darkmode"
41
+ entrypoint : " www/main.ts"
42
+ root : " ./www"
43
+
44
+
You can’t perform that action at this time.
0 commit comments