Skip to content

Commit ff43932

Browse files
committed
Rename some steps for clarity
1 parent 4be26ad commit ff43932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "DEPLOY_DIR=main" >> $GITHUB_OUTPUT
4545
fi
4646
47-
- name: Deploy Documentation to GitHub Pages
47+
- name: Deploy to DEPLOY_DIR of TorchJD/documentation
4848
uses: peaceiris/actions-gh-pages@v4
4949
with:
5050
deploy_key: ${{ secrets.DOCUMENTATION_DEPLOY_KEY }}
@@ -53,7 +53,7 @@ jobs:
5353
external_repository: TorchJD/documentation
5454
publish_branch: main
5555

56-
- name: Update default site redirect (tag event only)
56+
- name: Deploy to stable of TorchJD/documentation
5757
if: startsWith(github.ref, 'refs/tags/')
5858
uses: peaceiris/actions-gh-pages@v4
5959
with:

0 commit comments

Comments
 (0)