Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ concurrency:

env:
TRUNK_VERSION: "0.21.14"
SITE_URL: "https://docraid.github.io"

jobs:
test:
Expand All @@ -39,10 +38,10 @@ jobs:
run: cargo fmt --all -- --check

- name: Clippy
run: cargo clippy --all-targets --features fetch-bin -- -D warnings
run: cargo clippy --all-targets -- -D warnings

- name: Test
run: cargo test --features fetch-bin
run: cargo test

deploy:
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
Expand All @@ -63,9 +62,6 @@ jobs:
- name: Cache Rust
uses: Swatinem/rust-cache@v2

- name: Snapshot Notion catalog
run: cargo run --features fetch-bin --bin fetch_content

- name: Install Trunk
run: |
wget -q "https://github.com/trunk-rs/trunk/releases/download/v${TRUNK_VERSION}/trunk-x86_64-unknown-linux-gnu.tar.gz"
Expand Down
Loading
Loading