diff --git a/.github/workflows/doc-contracts.yml b/.github/workflows/doc-contracts.yml deleted file mode 100644 index 885a02709..000000000 --- a/.github/workflows/doc-contracts.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: Contracts Docs -on: - push: - branches: - - "main" - - "release-*" - pull_request: - schedule: - - cron: "0 0 * * 1" - workflow_dispatch: - -concurrency: - group: ${{ github.workflow }}-${{ (github.ref == 'refs/heads/main' && github.run_number) || github.ref }} - cancel-in-progress: true - -jobs: - doc-contracts: - runs-on: ubuntu-24.04 - steps: - - name: Checkout Repository - uses: actions/checkout@v4 - with: - submodules: recursive - - - name: Install Foundry - uses: foundry-rs/foundry-toolchain@v1 - - - name: Build Docs - run: | - forge doc --build - - - name: Deploy - uses: peaceiris/actions-gh-pages@v4 - if: ${{ github.ref == 'refs/heads/main' }} - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs/book - cname: contracts.docs.espressosys.com diff --git a/README.md b/README.md index d3789fe5a..73b681026 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![Build](https://github.com/EspressoSystems/espresso-sequencer/actions/workflows/build.yml/badge.svg)](https://github.com/EspressoSystems/espresso-sequencer/actions/workflows/build.yml) [![Test](https://github.com/EspressoSystems/espresso-sequencer/actions/workflows/test.yml/badge.svg)](https://github.com/EspressoSystems/espresso-sequencer/actions/workflows/test.yml) [![Docs rust](https://github.com/EspressoSystems/espresso-sequencer/actions/workflows/doc-rust.yml/badge.svg)](https://github.com/EspressoSystems/espresso-sequencer/actions/workflows/doc-rust.yml) -[![Docs contracts](https://github.com/EspressoSystems/espresso-sequencer/actions/workflows/doc-contracts.yml/badge.svg)](https://github.com/EspressoSystems/espresso-sequencer/actions/workflows/doc-contracts.yml) [![Contracts](https://github.com/EspressoSystems/espresso-sequencer/actions/workflows/contracts.yml/badge.svg)](https://github.com/EspressoSystems/espresso-sequencer/actions/workflows/contracts.yml) [![Lint](https://github.com/EspressoSystems/espresso-sequencer/actions/workflows/lint.yml/badge.svg)](https://github.com/EspressoSystems/espresso-sequencer/actions/workflows/lint.yml) [![Audit](https://github.com/EspressoSystems/espresso-sequencer/actions/workflows/audit.yml/badge.svg)](https://github.com/EspressoSystems/espresso-sequencer/actions/workflows/audit.yml)