Add flake and clean up CI (#145) #7
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
# 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 |