commit 96a35a21381217b7a92463dcd8928b6427c63519
parent 3fcaafc80f05981be13735504b61d3f8ab48fe2a
Author: Sylvia Ivory <git@sivory.net>
Date: Fri, 20 Jun 2025 03:29:35 -0700
Add public url to trunk build
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml
@@ -27,7 +27,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- uses: jetli/trunk-action@v0.5.0
- name: Build website
- run: trunk build --release -M --cargo-profile wasm
+ run: trunk build --release -M --cargo-profile wasm --public-url https://sylviettee.github.io/fjordgard
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml
@@ -23,7 +23,6 @@ jobs:
- name: Run rustfmt checks
run: cargo fmt --check
- name: Run clippy lints
- if: ${{ matrix.os != 'windows-latest' }}
run: cargo clippy -- -D warnings
- name: Run weather tests
run: cargo test --package fjordgard-weather