Skip to content

Commit 43c5052

Browse files
pedro-psbmdellweg
authored andcommitted
Update docs CI to use pulp-docs reusable workflow
1 parent f0e2038 commit 43c5052

File tree

4 files changed

+8
-70
lines changed
  • .github/workflows
  • cookiecutter
    • ci/{{ cookiecutter.__project_name }}/.github/workflows
    • docs/{{ cookiecutter.__project_name }}/.github/workflows

4 files changed

+8
-70
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/pr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
docs:
2323
needs:
2424
- "lint"
25-
uses: "./.github/workflows/docs.yml"
25+
# Keep the workflow tag the same as pulpdocs_ref.
26+
uses: "pulp/pulp-docs/.github/workflows/docs-ci.yml@rewrite-as-mkdocs-plugin"
27+
with:
28+
pulpdocs_ref: "rewrite-as-mkdocs-plugin"
2629
codeql:
2730
needs:
2831
- "lint"

cookiecutter/ci/{{ cookiecutter.__project_name }}/.github/workflows/pr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ jobs:
2323
docs:
2424
needs:
2525
- "lint"
26-
uses: "./.github/workflows/docs.yml"
26+
# Keep the workflow tag the same as pulpdocs_ref.
27+
uses: "pulp/pulp-docs/.github/workflows/docs-ci.yml@rewrite-as-mkdocs-plugin"
28+
with:
29+
pulpdocs_ref: "rewrite-as-mkdocs-plugin"
2730
{%- endif %}
2831
codeql:
2932
needs:

cookiecutter/docs/{{ cookiecutter.__project_name }}/.github/workflows/docs.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)