Merge pull request #581 from cjmayo/version

Fix LinkChecker version shown on github.io
This commit is contained in:
Chris Mayo 2021-12-06 19:31:22 +00:00 committed by GitHub
commit b6d97be46c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,9 +8,15 @@ jobs:
run:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
# Needed for setuptools_scm to extract LinkChecker version from tag
# https://github.com/actions/checkout/issues/249
with:
fetch-depth: 0
- name: Install Ubuntu packages
run: sudo apt install graphviz
@ -31,7 +37,7 @@ jobs:
make -C doc html
- name: Publish
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/html