Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
refactor: remove assembler and emulator packages from repo
Browse files Browse the repository at this point in the history
simplifies project structure and diverts work towards the respective base repositories
  • Loading branch information
mazziechai committed Mar 27, 2024
1 parent 105cec7 commit 034ff4e
Show file tree
Hide file tree
Showing 21 changed files with 48 additions and 462 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: wget -qO- https://github.com/trunk-rs/trunk/releases/download/v0.19.1/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-

- name: Build
run: cd nova-playground && ../trunk build --release
run: ./trunk build --release

- name: Setup Pages
uses: actions/configure-pages@v4
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: "./nova-playground/dist/"
path: "./dist"

- name: Deploy to GitHub Pages
id: deployment
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/target
/.idea
/.vscode
/nova-playground/dist
/dist
83 changes: 0 additions & 83 deletions .vscode/launch.json

This file was deleted.

Loading

0 comments on commit 034ff4e

Please sign in to comment.