mirror of
https://github.com/johndoe6345789/snippet-pastebin.git
synced 2026-04-24 13:34:55 +00:00
feat: add deployment URL logging to GitHub Pages workflow
This commit is contained in:
2
.github/workflows/deploy-pages.yml
vendored
2
.github/workflows/deploy-pages.yml
vendored
@@ -64,3 +64,5 @@ jobs:
|
||||
- name: Publish deployment URL
|
||||
run: |
|
||||
echo "GitHub Pages deployed to: ${{ steps.deployment.outputs.page_url }}" >> "$GITHUB_STEP_SUMMARY"
|
||||
echo "page_url=${{ steps.deployment.outputs.page_url }}" >> "$GITHUB_OUTPUT"
|
||||
echo "::notice::GitHub Pages URL: ${{ steps.deployment.outputs.page_url }}"
|
||||
|
||||
Reference in New Issue
Block a user