1
1
mirror of https://github.com/anoma/juvix.git synced 2024-09-11 16:26:33 +03:00

Pin mdbook to version 0.4.22 in docs build (#1670)

* Pin mdbook to 0.4.22

mdbook homebrew version (used by the github action to install mdbook)
was bumped to 0.4.23
eb69fcddba
which seems to be incompatible with Ubuntu 20.04 glibc

* Temporarily enable docs build on PRs

* Revert "Temporarily enable docs build on PRs"

This reverts commit e2cf41016c.
This commit is contained in:
Paul Cadman 2022-12-15 15:56:27 +00:00 committed by GitHub
parent 028aaf4b57
commit 2d4be3b109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -314,7 +314,7 @@ jobs:
- name: MDBook setup
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: 'latest'
mdbook-version: '0.4.22'
- uses: haskell/actions/setup@v1
name: Setup Haskell