Skip to content

Commit 37b55ab

Browse files
authored
ci(docs): Fix step name in Cleanup_documentation (#304)
* Change name of the checkout step of Cleanup_documentation in cleanup-pr-docs.yml
1 parent d14daa6 commit 37b55ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanup-pr-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
contents: write
1212
steps:
13-
- name: Checkout gh-pages branch
13+
- name: Checkout TorchJD/documentation main branch
1414
uses: actions/checkout@v4
1515
with:
1616
repository: TorchJD/documentation

0 commit comments

Comments
 (0)