Skip to content

Commit

Permalink
actually fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
nleanba committed Oct 31, 2024
1 parent e89be67 commit fb76109
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
uses: actions/checkout@v3
with:
ref: synolib2
- name: Setup Deno
uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- name: Draw the rest of the owl
run: |
deno task example_build
Expand Down

0 comments on commit fb76109

Please sign in to comment.