Skip to content

Commit 8dadfb2

Browse files
authored
Merge pull request #14 from neverRare/master
update deno.yml
2 parents 596d0ca + f27ef26 commit 8dadfb2

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

.github/workflows/deno.yml

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,6 @@ concurrency:
2222
cancel-in-progress: false
2323

2424
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
4525
deploy:
4626
environment:
4727
name: github-pages
@@ -50,6 +30,13 @@ jobs:
5030
steps:
5131
- name: Checkout
5232
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
5340
- name: Setup Pages
5441
uses: actions/configure-pages@v4
5542
- name: Upload artifact

0 commit comments

Comments
 (0)