Skip to content

Commit

Permalink
Correct docs URL (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkubb authored Sep 26, 2024
1 parent e4e8d46 commit 092f606
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ author: EITR Technologies, LLC
author_email: [email protected]
coc_contact: [email protected]
copyright_begin: 2022
deploy_docs: rolling
docs_url: https://salt-extensions.github.io/saltext-prometheus/
deploy_docs: never
docs_url: https://saltext-prometheus.readthedocs.io/en/latest/
integration_name: Prometheus
license: apache
loaders:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: CI
uses: salt-extensions/central-artifacts/.github/workflows/ci.yml@main
with:
deploy-docs: true
deploy-docs: false
permissions:
contents: write
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
needs: get_tag_version
uses: salt-extensions/central-artifacts/.github/workflows/ci.yml@main
with:
deploy-docs: true
deploy-docs: false
release: true
version: ${{ needs.get_tag_version.outputs.version }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ appreciate every contribution!
[PRs]: https://github.com/salt-extensions/saltext-prometheus/pulls
[discussions]: https://github.com/salt-extensions/saltext-prometheus/discussions
[comments]: https://conventionalcomments.org/
[docs]: https://salt-extensions.github.io/saltext-prometheus/
[docs]: https://saltext-prometheus.readthedocs.io/en/latest/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ content-type = "text/markdown"

[project.urls]
Homepage = "https://github.com/salt-extensions/saltext-prometheus"
Documentation = "https://salt-extensions.github.io/saltext-prometheus/"
Documentation = "https://saltext-prometheus.readthedocs.io/en/latest/"
Source = "https://github.com/salt-extensions/saltext-prometheus"
Tracker = "https://github.com/salt-extensions/saltext-prometheus/issues"

Expand Down

0 comments on commit 092f606

Please sign in to comment.