We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec825c commit f1a836bCopy full SHA for f1a836b
.github/workflows/jekyll-gh-pages.yml
@@ -55,4 +55,5 @@ jobs:
55
publish_branch: gh-pages
56
publish_dir: ./build
57
- name: Debug URL Output
58
- run: echo "Deployed to GitHub Pages: ${{ steps.deployment.outputs.page_url }}"
+ run: |
59
+ echo "Deployed to GitHub Pages: ${{ steps.deployment.outputs.page_url }}"
0 commit comments