Skip to content

Commit e723b8f

Browse files
committed
Add link to documentation in summary
1 parent ff43932 commit e723b8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,7 @@ jobs:
6262
destination_dir: stable
6363
external_repository: TorchJD/documentation
6464
publish_branch: main
65+
66+
- name: Add documentation link to summary
67+
run: |
68+
echo "### 📄 [View Deployed Documentation](https://https://torchjd.github.io/documentation/${{ steps.deploy_folder.outputs.DEPLOY_DIR }})" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)