diff options
author | 2020-10-15 18:00:24 +0000 | |
---|---|---|
committer | 2020-10-15 18:00:24 +0000 | |
commit | 6de4f1a797c81aec6c24f47872e5d3968344684c (patch) | |
tree | 16fef4bda2d43b0f192722bb9965dba888e5ddd9 | |
parent | 8b53b9d10cd5fee85d98cd337b478cf3d3305b12 (diff) | |
parent | 484fce9329dfd899bc42f6c664e15fb0c1723b01 (diff) | |
download | rtic-6de4f1a797c81aec6c24f47872e5d3968344684c.tar.gz rtic-6de4f1a797c81aec6c24f47872e5d3968344684c.tar.zst rtic-6de4f1a797c81aec6c24f47872e5d3968344684c.zip |
Merge #397
397: Use latest GHA mdBook action r=korken89 a=AfoHT
Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
-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 def72c95..3581bb48 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' |