mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
stop building and deploying book
This commit is contained in:
parent
713fc168ae
commit
9686ac5be0
13
.github/workflows/publish-agb.yml
vendored
13
.github/workflows/publish-agb.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue