Skip to content

Commit

Permalink
Removed GH pages CI pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmackdev committed Aug 1, 2023
1 parent b65b8e3 commit aff463d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 47 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/pages.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ jobs:
- name: Download and install Trunk binary
run: wget -qO- https://github.com/thedodd/trunk/releases/latest/download/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
- name: Build
run: ./trunk build
run: ./trunk build pubsubman_gui/Trunk.toml
2 changes: 1 addition & 1 deletion check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ cargo fmt --all -- --check
cargo clippy --workspace --all-targets --all-features -- -D warnings -W clippy::all
cargo test --workspace --all-targets --all-features
cargo test --workspace --doc
cd pubsubman_gui && trunk build
trunk build pubsubman_gui/Trunk.toml

0 comments on commit aff463d

Please sign in to comment.