From 64dec6e36bf375a963aba5ca064de7642e452c43 Mon Sep 17 00:00:00 2001 From: Bjerg Date: Wed, 5 Jul 2023 22:41:21 +0200 Subject: [PATCH] ci: remove broken book workflow (#3613) --- .github/workflows/book.yml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 3e29f13a5..684acb8e9 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -105,30 +105,11 @@ jobs: retention-days: 1 if-no-files-found: error - up-to-date: - runs-on: ubuntu-latest - name: up-to-date - - steps: - - uses: actions/checkout@v3 - - - name: Try to update the book cli documentation - run: make update-book-cli BUILD_PATH=reth/target - - - name: Check if the book cli documentation is up to date - run: | - if [[ -n $(git status --porcelain) ]]; then - echo "Error: Documentation is not up to date. Please run \`make update-book-cli\`." - exit 1 - else - echo "The documentation is up to date." - fi - deploy: # Only deploy if a push to main if: github.ref_name == 'main' && github.event_name == 'push' runs-on: ubuntu-latest - needs: [test, lint, build, up-to-date] + needs: [test, lint, build] # Grant GITHUB_TOKEN the permissions required to make a Pages deployment permissions: