We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b4636 commit 9a6cf56Copy full SHA for 9a6cf56
.github/workflows/docs.yml
@@ -35,9 +35,9 @@ jobs:
35
towncrier build --yes --version 4.0.0.ci
36
docs:
37
if: "endsWith(github.base_ref, 'main')"
38
- uses: 'pulp/pulp-docs/.github/workflows/docs-ci.yml@rewrite-as-mkdocs-plugin'
+ uses: 'pulp/pulp-docs/.github/workflows/docs-ci.yml@main'
39
with:
40
- pulpdocs_ref: 'rewrite-as-mkdocs-plugin'
+ pulpdocs_ref: 'main'
41
42
no-test:
43
if: "!endsWith(github.base_ref, 'main')"
doc_requirements.txt
@@ -5,4 +5,4 @@
5
#
6
# For more info visit https://github.com/pulp/plugin_template
7
towncrier
8
-pulp-docs @ git+https://github.com/pulp/pulp-docs@rewrite-as-mkdocs-plugin
+pulp-docs @ git+https://github.com/pulp/pulp-docs@main
0 commit comments