Skip to content

Commit

Permalink
Build pages before deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
niedzielski committed Jan 20, 2024
1 parent fa947a4 commit d8f4bfd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Build
run: deno task build
- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit d8f4bfd

Please sign in to comment.