Skip to content

Commit

Permalink
chg: gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
bossjones committed Aug 13, 2024
1 parent 1b13316 commit 7f86d9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,12 @@ ci-with-evals-memray = {chain = [
"coverage-html",
"coverage-open",
]}
gh-deploy = "mkdocs gh-deploy --force --message '[skip ci] Docs updates'"
mkdir-site = "mkdir site"
deploy-docs = {chain = [
"mkdir-site",
"gh-deploy",
]}


# Private tasks used for chaining (https://github.com/charbonnierg/pytest-broadcaster/blob/e98456b2f6db7f99a034795f162ac0013a8001d7/pyproject.toml#L157C1-L158C15)
Expand Down

0 comments on commit 7f86d9e

Please sign in to comment.