stop building and deploying book

This commit is contained in:
Corwin 2024-04-04 17:58:13 +01:00
parent 713fc168ae
commit 9686ac5be0
No known key found for this signature in database

View file

@ -5,7 +5,6 @@ on:
tags: tags:
- v* - v*
jobs: jobs:
build: build:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
@ -40,15 +39,3 @@ jobs:
asset_name: examples.zip asset_name: examples.zip
tag: ${{ github.ref }} tag: ${{ github.ref }}
overwrite: true 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