Skip to content

Commit 8ed806b

Browse files
pedro-psbmdellweg
authored andcommitted
Update docs workflow version
There was a intermediate state where we needed this branch, but we don't anymore.
1 parent d7b2f4c commit 8ed806b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • .github/workflows
  • cookiecutter/ci/{{ cookiecutter.__project_name }}/.github/workflows

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
needs:
2424
- "lint"
2525
# Keep the workflow tag the same as pulpdocs_ref.
26-
uses: "pulp/pulp-docs/.github/workflows/docs-ci.yml@rewrite-as-mkdocs-plugin"
26+
uses: "pulp/pulp-docs/.github/workflows/docs-ci.yml@main"
2727
with:
28-
pulpdocs_ref: "rewrite-as-mkdocs-plugin"
28+
pulpdocs_ref: "main"
2929
codeql:
3030
needs:
3131
- "lint"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
needs:
2525
- "lint"
2626
# Keep the workflow tag the same as pulpdocs_ref.
27-
uses: "pulp/pulp-docs/.github/workflows/docs-ci.yml@rewrite-as-mkdocs-plugin"
27+
uses: "pulp/pulp-docs/.github/workflows/docs-ci.yml@main"
2828
with:
29-
pulpdocs_ref: "rewrite-as-mkdocs-plugin"
29+
pulpdocs_ref: "main"
3030
{%- endif %}
3131
codeql:
3232
needs:

0 commit comments

Comments
 (0)