From 9686ac5be05b7f2b604b151f6ab0201c87b873d0 Mon Sep 17 00:00:00 2001 From: Corwin Date: Thu, 4 Apr 2024 17:58:13 +0100 Subject: [PATCH] stop building and deploying book --- .github/workflows/publish-agb.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/publish-agb.yml b/.github/workflows/publish-agb.yml index 55222d70..8909b0f9 100644 --- a/.github/workflows/publish-agb.yml +++ b/.github/workflows/publish-agb.yml @@ -5,7 +5,6 @@ on: tags: - v* - jobs: build: runs-on: ubuntu-22.04 @@ -40,15 +39,3 @@ jobs: asset_name: examples.zip tag: ${{ github.ref }} overwrite: true - - - name: Setup mdBook - uses: peaceiris/actions-mdbook@v1 - with: - mdbook-version: '0.4.13' - - name: Build the book - run: just build-book - - name: Deploy the book - uses: JamesIves/github-pages-deploy-action@v4 - with: - branch: gh-pages - folder: book/book