File tree 1 file changed +7
-20
lines changed
1 file changed +7
-20
lines changed Original file line number Diff line number Diff line change @@ -22,26 +22,6 @@ concurrency:
22
22
cancel-in-progress : false
23
23
24
24
jobs :
25
- # This workflow contains a single job called "build"
26
- build :
27
- # The type of runner that the job will run on
28
- runs-on : ubuntu-latest
29
-
30
- # Steps represent a sequence of tasks that will be executed as part of the job
31
- steps :
32
- # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
33
- - uses : actions/checkout@v3
34
-
35
- - name : Setup Deno
36
- uses : denoland/setup-deno@v1
37
- with :
38
- deno-version : v1.x
39
-
40
- # Runs a single command using the runners shell
41
- - name : Run a one-line script
42
- run : deno task build
43
-
44
- # Single deploy job since we're just deploying
45
25
deploy :
46
26
environment :
47
27
name : github-pages
50
30
steps :
51
31
- name : Checkout
52
32
uses : actions/checkout@v4
33
+
34
+ - name : Setup Deno
35
+ uses : denoland/setup-deno@v1
36
+ with :
37
+ deno-version : v1.x
38
+ - name : Run a one-line script
39
+ run : deno task build
53
40
- name : Setup Pages
54
41
uses : actions/configure-pages@v4
55
42
- name : Upload artifact
You can’t perform that action at this time.
0 commit comments