Skip to content

Commit

Permalink
ci(gitlab): Fix deploying docs to production
Browse files Browse the repository at this point in the history
  • Loading branch information
radimkarnis committed Oct 3, 2023
1 parent 0d3a077 commit 940d6ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,9 @@ deploy_docs_production:
- .deploy_docs_template
rules:
- if: '$CI_COMMIT_REF_NAME == "master"'
changes:
- "docs/**/*"
- "CONTRIBUTING.rst"
variables:
TYPE: "production"
DOCS_BUILD_DIR: "${CI_PROJECT_DIR}/docs/_build/"
Expand Down

0 comments on commit 940d6ee

Please sign in to comment.