Skip to content

Commit

Permalink
Merge branch 'unstable' into validation-stub
Browse files Browse the repository at this point in the history
  • Loading branch information
dknopik committed Feb 17, 2025
2 parents ee3c173 + bf2fed5 commit cdf421b
Show file tree
Hide file tree
Showing 8 changed files with 243 additions and 136 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,19 @@ concurrency:
jobs:
build-and-upload-to-s3:
if: github.repository_owner == 'sigp'
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

- name: Setup mdBook
uses: jontze/action-mdbook@v3
with:
token: ${{secrets.GITHUB_TOKEN}}
mdbook-version: "=0.4.44"
use-mermaid: true
mermaid-version: "=0.14.1"
use-linkcheck: true
linkcheck-version: "=0.7.7"

- run: mdbook build
working-directory: book
Expand Down
Loading

0 comments on commit cdf421b

Please sign in to comment.