We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c375d0b commit 4e3ba48Copy full SHA for 4e3ba48
.github/workflows/pr-checks.yml
@@ -7,9 +7,9 @@ on:
7
jobs:
8
docs:
9
# The workflow tag and the pulpdocs_ref must match.
10
- uses: 'pulp/pulp-docs/.github/workflows/docs-ci.yml@rewrite-as-mkdocs-plugin'
+ uses: 'pulp/pulp-docs/.github/workflows/docs-ci.yml@main'
11
with:
12
- pulpdocs_ref: 'rewrite-as-mkdocs-plugin'
+ pulpdocs_ref: 'main'
13
14
pr-checks:
15
runs-on: ubuntu-latest
0 commit comments