Skip to content

Commit

Permalink
more debug to preview
Browse files Browse the repository at this point in the history
  • Loading branch information
shacharmirkin committed Aug 20, 2024
1 parent 428c5e5 commit be0b6b7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,15 @@ jobs:
echo "==================== PREVIEW URL ===================="
echo "https://shacharmirkin.github.io/preview/${{ github.ref_name }}/"
echo "======================================================"
- name: Cat index.md content
run: |
echo "==================== START OF INDEX.MD CONTENT ===================="
cat index.md
echo "==================== END OF INDEX.MD CONTENT ===================="
- name: Cat generated index.html content
run: |
echo "==================== START OF GENERATED INDEX.HTML CONTENT ===================="
cat _site/index.html
echo "==================== END OF GENERATED INDEX.HTML CONTENT ===================="

0 comments on commit be0b6b7

Please sign in to comment.