From f44fac5dfd2bef99f13affcd21abf06557906de8 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 31 Aug 2025 02:56:11 +0000 Subject: [PATCH] Update CI files --- .github/workflows/docs.yml | 4 ++-- doc_requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 44f17e93..1f9fe5f0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -35,9 +35,9 @@ jobs: towncrier build --yes --version 4.0.0.ci docs: if: "endsWith(github.base_ref, 'main')" - uses: 'pulp/pulp-docs/.github/workflows/docs-ci.yml@rewrite-as-mkdocs-plugin' + uses: 'pulp/pulp-docs/.github/workflows/docs-ci.yml@main' with: - pulpdocs_ref: 'rewrite-as-mkdocs-plugin' + pulpdocs_ref: 'main' no-test: if: "!endsWith(github.base_ref, 'main')" diff --git a/doc_requirements.txt b/doc_requirements.txt index 6daacdbe..6456b7d8 100644 --- a/doc_requirements.txt +++ b/doc_requirements.txt @@ -5,4 +5,4 @@ # # For more info visit https://github.com/pulp/plugin_template towncrier -pulp-docs @ git+https://github.com/pulp/pulp-docs@rewrite-as-mkdocs-plugin +pulp-docs @ git+https://github.com/pulp/pulp-docs@main