diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2020-10-15 17:15:06 +0000 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2020-10-15 17:15:06 +0000 |
| commit | 484fce9329dfd899bc42f6c664e15fb0c1723b01 (patch) | |
| tree | 6a5dedf8c1d2f01234680d23b45e11c99b5f0c1a /.github | |
| parent | 355cb82d0693fe108ac28ec8a0d77e8aab4e6e06 (diff) | |
Use latest GHA mdBook action
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index def72c9..3581bb4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -605,7 +605,7 @@ jobs: run: pip install git+https://github.com/linkchecker/linkchecker.git - name: mdBook Action - uses: peaceiris/actions-mdbook@v1.1.11 + uses: peaceiris/actions-mdbook@v1.1.13 with: mdbook-version: 'latest' @@ -660,7 +660,7 @@ jobs: run: python -c "import sys; print(sys.version)" - name: mdBook Action - uses: peaceiris/actions-mdbook@v1.1.11 + uses: peaceiris/actions-mdbook@v1.1.13 with: mdbook-version: 'latest' |
