Skip to content

Commit f1a836b

Browse files
committed
yml
1 parent 2ec825c commit f1a836b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ jobs:
5555
publish_branch: gh-pages
5656
publish_dir: ./build
5757
- name: Debug URL Output
58-
run: echo "Deployed to GitHub Pages: ${{ steps.deployment.outputs.page_url }}"
58+
run: |
59+
echo "Deployed to GitHub Pages: ${{ steps.deployment.outputs.page_url }}"

0 commit comments

Comments
 (0)