Skip to content

Commit 09c9f1f

Browse files
committed
fix step name
1 parent 39cfc27 commit 09c9f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "Deploying to target ${{ github.event.number }}"
3434
echo "DEPLOY_DIR=${{ github.event.number }}" >> $GITHUB_OUTPUT
3535
36-
- name: Deploy to DEPLOY_DIR of TorchJD/documentation
36+
- name: Deploy to DEPLOY_DIR of TorchJD/dev-documentation
3737
uses: peaceiris/actions-gh-pages@v4
3838
with:
3939
deploy_key: ${{ secrets.DEV_DOCUMENTATION_DEPLOY_KEY }}

0 commit comments

Comments
 (0)