Skip to content

Commit 4e3ba48

Browse files
committed
Update docs workflow version
There was a intermediate state where we needed this branch, but we don't anymore.
1 parent c375d0b commit 4e3ba48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
jobs:
88
docs:
99
# The workflow tag and the pulpdocs_ref must match.
10-
uses: 'pulp/pulp-docs/.github/workflows/docs-ci.yml@rewrite-as-mkdocs-plugin'
10+
uses: 'pulp/pulp-docs/.github/workflows/docs-ci.yml@main'
1111
with:
12-
pulpdocs_ref: 'rewrite-as-mkdocs-plugin'
12+
pulpdocs_ref: 'main'
1313

1414
pr-checks:
1515
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)