Skip to content

Commit

Permalink
feat: migrate to deno v2
Browse files Browse the repository at this point in the history
Yeah, well, I don't know what I'm doing, but I'm doing it. I'll migrate everything when I have time.
  • Loading branch information
GabsEdits committed Oct 3, 2024
1 parent ae7347f commit 57ca46c
Show file tree
Hide file tree
Showing 3 changed files with 2,281 additions and 3,218 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
uses: denoland/setup-deno@v1
with:
node-version: 20
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: latest
deno-version: rc
- name: Install dependencies
run: pnpm install
run: deno install
- name: Build
run: pnpm build
run: deno run build
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand All @@ -44,4 +40,4 @@ jobs:
path: './out'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
Loading

0 comments on commit 57ca46c

Please sign in to comment.