Skip to content

Commit

Permalink
ci: fix cache all files (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Feb 23, 2024
1 parent c895d2f commit 0c99269
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages.yaml
Expand Up @@ -28,14 +28,14 @@ jobs:
path: ${{ env.DENO_DIR }}
key: ${{ hashFiles('deno.lock') }}

- name: Cache Deno dependencies
run: deno cache ./**/*.ts https://deno.land/x/lume@v2.0.3/cli.ts

- name: Setup Deno environment
uses: denoland/setup-deno@v1
with:
deno-version: v1.x

- name: Cache Deno dependencies
run: deno cache ./**/*.ts https://deno.land/x/lume@v2.0.3/cli.ts

- name: Build site
run: |
deno run -A doc/main.ts
Expand Down

0 comments on commit 0c99269

Please sign in to comment.