Skip to content

Commit

Permalink
Merge branch 'main' into 144-add-github-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 23, 2024
2 parents 6ffa2a5 + 13846da commit f94e406
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- name: Check formatting
run: cargo fmt --all -- --check

# - name: Clippy
# run: cargo clippy -- -D warnings

- name: Run tests
run: cargo test --verbose

Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ jobs:
uses: actions/checkout@v4
with:
ref: release
- name: Generate Docs
run: cargo doc --no-deps --document-private-items
- name: Add index.html
run: |
echo '<meta http-equiv="refresh" content="0; url=hip-rs/index.html">' > target/doc/index.html
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
- name: Configure cache
Expand Down

0 comments on commit f94e406

Please sign in to comment.