Skip to content

Commit

Permalink
Change actions for building books
Browse files Browse the repository at this point in the history
  • Loading branch information
philgweber committed Feb 11, 2025
1 parent 400075a commit 1bf1218
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 499 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/buildbook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# This workflow makes sure we can build all the books successfully
permissions:
contents: read
on:
push:
branches: [actions]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
name: build-book
jobs:
buildbook:
runs-on: ubuntu-latest
name: ${{ matrix.target }}
strategy:
matrix:
target: [thumbv8m.main-none-eabihf]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: mdbook build
run: mdbook build
229 changes: 0 additions & 229 deletions .github/workflows/check.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/nostd.yml

This file was deleted.

Loading

0 comments on commit 1bf1218

Please sign in to comment.