Skip to content

Commit 0541c6e

Browse files
authored
chore: fix ci (#1385)
1 parent baccf03 commit 0541c6e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Run server
4242
working-directory: _site
43-
run: deno run --no-lock --allow-read=. --allow-net --allow-env server.ts &
43+
run: deno run --allow-read=. --allow-net --allow-env --lock=../deno.lock server.ts &
4444

4545
- name: Link checker
4646
env:

deno.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)