mirror of
https://github.com/johndoe6345789/snippet-pastebin.git
synced 2026-04-24 13:34:55 +00:00
fix: format deployment URL logging step for improved readability
This commit is contained in:
3
.github/workflows/deploy-pages.yml
vendored
3
.github/workflows/deploy-pages.yml
vendored
@@ -62,4 +62,5 @@ jobs:
|
||||
uses: actions/deploy-pages@v4
|
||||
|
||||
- name: Publish deployment URL
|
||||
run: echo "GitHub Pages deployed to: ${{ steps.deployment.outputs.page_url }}" >> "$GITHUB_STEP_SUMMARY"
|
||||
run: |
|
||||
echo "GitHub Pages deployed to: ${{ steps.deployment.outputs.page_url }}" >> "$GITHUB_STEP_SUMMARY"
|
||||
|
||||
Reference in New Issue
Block a user