-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c8de9a1
commit 865e1c4
Showing
18 changed files
with
456 additions
and
1,315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# TODO: automatically publish WASM port (somehow...) | ||
name: standalone | ||
|
||
# on: | ||
# pull_request: | ||
# branches: [main] | ||
# types: [labeled,closed] | ||
|
||
# jobs: | ||
# update-frontend: | ||
# needs: publish-crates | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - uses: actions/checkout@v3 | ||
# - uses: DeterminateSystems/nix-installer-action@main | ||
# - uses: DeterminateSystems/magic-nix-cache-action@main | ||
# - uses: DeterminateSystems/flake-checker-action@main | ||
|
||
# - name: Build Docs and Standalone | ||
# run: nix develop .#minimal --command ci-build-pages | ||
|
||
# - uses: JamesIves/[email protected] | ||
# with: | ||
# branch: gh-pages | ||
# folder: ./frontend/packages/aquascope-standalone/dist | ||
# clean: true | ||
# clean-exclude: dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,7 @@ sample-book/ | |
# Rust things | ||
target/ | ||
debug/ | ||
|
||
# Nix things | ||
.direnv/ | ||
.envrc |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.