From 9343ac071b32459184cc63179beab4d6e8326279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Mon, 7 Apr 2025 11:19:04 +0200 Subject: [PATCH] Fix step name in Cleanup_documentation --- .github/workflows/cleanup-pr-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup-pr-docs.yml b/.github/workflows/cleanup-pr-docs.yml index a7fb0abb..876dce11 100644 --- a/.github/workflows/cleanup-pr-docs.yml +++ b/.github/workflows/cleanup-pr-docs.yml @@ -10,7 +10,7 @@ jobs: permissions: contents: write steps: - - name: Checkout gh-pages branch + - name: Checkout TorchJD/documentation main branch uses: actions/checkout@v4 with: repository: TorchJD/documentation