Skip to content

Commit

Permalink
Move to Next.js + shadcn
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeetdsouza committed Sep 27, 2024
1 parent 03decc6 commit e485808
Show file tree
Hide file tree
Showing 46 changed files with 2,971 additions and 12,021 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,15 @@ jobs:
profile: minimal
toolchain: 1.69.0
- name: Setup Rust cache
uses: Swatinem/rust-cache@v1
- name: Install just + wasm-pack
uses: taiki-e/install-action@v2
uses: Swatinem/rust-cache@v2
with:
tool: just,wasm-pack
cache-directories: ./playground/rust/lox-wasm
- name: Build playground
run: cd playground/ && just build
run: cd playground/ && npm ci && npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: playground/dist/
path: playground/out/
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
Loading

0 comments on commit e485808

Please sign in to comment.