Skip to content

Commit 9a6cf56

Browse files
committed
Update CI files
1 parent 29b4636 commit 9a6cf56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
towncrier build --yes --version 4.0.0.ci
3636
docs:
3737
if: "endsWith(github.base_ref, 'main')"
38-
uses: 'pulp/pulp-docs/.github/workflows/docs-ci.yml@rewrite-as-mkdocs-plugin'
38+
uses: 'pulp/pulp-docs/.github/workflows/docs-ci.yml@main'
3939
with:
40-
pulpdocs_ref: 'rewrite-as-mkdocs-plugin'
40+
pulpdocs_ref: 'main'
4141

4242
no-test:
4343
if: "!endsWith(github.base_ref, 'main')"

doc_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
#
66
# For more info visit https://github.com/pulp/plugin_template
77
towncrier
8-
pulp-docs @ git+https://github.com/pulp/pulp-docs@rewrite-as-mkdocs-plugin
8+
pulp-docs @ git+https://github.com/pulp/pulp-docs@main

0 commit comments

Comments
 (0)