Skip to content

Commit

Permalink
Merge pull request #32 from rdela/dv2
Browse files Browse the repository at this point in the history
GH Workflow: use deno + setup-deno v2
  • Loading branch information
oscarotero authored Oct 30, 2024
2 parents 325e62b + f0bef13 commit 37b91ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
uses: actions/checkout@v4

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

- name: Build GitHub Pages with Lume
uses: lumeland/build/gh-pages@main

0 comments on commit 37b91ff

Please sign in to comment.