Skip to content

Commit

Permalink
website: Try again to get mike to not push empty commits
Browse files Browse the repository at this point in the history
This is not very important, but it's *not supposed* to :). 

Seems to work for me.
  • Loading branch information
ilyagr committed Nov 6, 2023
1 parent 6e4044e commit f55dfee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/docs-build-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
set -ev

export "SITE_URL_FOR_MKDOCS=$1"; shift
# Affects generation of `sitemap.xml.gz`. See
# https://github.com/jimporter/mike/issues/103 and
# https://reproducible-builds.org/docs/source-date-epoch/
export SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct docs/ mkdocs.yml)
# https://github.com/python-poetry/poetry/issues/1917 and
# https://github.com/python-poetry/poetry/issues/8623
export PYTHON_KEYRING_BACKEND=keyring.backends.fail.Keyring
Expand Down

0 comments on commit f55dfee

Please sign in to comment.