Skip to content

Commit

Permalink
chore(deps): bump revm 18
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Nov 21, 2024
1 parent 9ad12eb commit ed1b7d2
Show file tree
Hide file tree
Showing 17 changed files with 448 additions and 460 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ jobs:
- run: cargo doc --workspace --features ${{ env.ALL_BACKENDS }} --no-deps --document-private-items
env:
RUSTDOCFLAGS: --cfg docsrs -D warnings --show-type-layout --generate-link-to-definition --enable-index-page -Zunstable-options
# - name: Deploy documentation
# uses: peaceiris/actions-gh-pages@v3
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: target/doc
# force_orphan: true
- name: Deploy documentation
uses: peaceiris/actions-gh-pages@v3
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: target/doc
force_orphan: true

fmt:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit ed1b7d2

Please sign in to comment.