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 43fa53f commit 3884c63Copy full SHA for 3884c63
2 files changed
.github/workflows/ci.yml
@@ -56,7 +56,11 @@ jobs:
56
make tidy fmt vet
57
shell: bash
58
docs:
59
- uses: "./.github/workflows/docs-ci.yml"
+ # The workflow tag and the pulpdocs_ref must match.
60
+ uses: "pulp/pulp-docs/.github/workflows/docs-ci.yml@rewrite-as-mkdocs-plugin"
61
+ with:
62
+ pulpdocs_ref: "rewrite-as-mkdocs-plugin"
63
+
64
bundle:
65
runs-on: ubuntu-latest
66
steps:
.github/workflows/docs-ci.yml
0 commit comments