Skip to content

Commit 3884c63

Browse files
committed
Update docs CI to use pulp-docs' reusable workflow
[noissue]
1 parent 43fa53f commit 3884c63

2 files changed

Lines changed: 5 additions & 20 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@ jobs:
5656
make tidy fmt vet
5757
shell: bash
5858
docs:
59-
uses: "./.github/workflows/docs-ci.yml"
59+
# 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+
6064
bundle:
6165
runs-on: ubuntu-latest
6266
steps:

.github/workflows/docs-ci.yml

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

0 commit comments

Comments
 (0)