Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Franceschino committed Jul 1, 2024
1 parent 2f97413 commit 3aca3c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,11 @@ jobs:
run: |
echo "DEBUG1:"
tree -L 2
echo "DEBUG1 END
echo "DEBUG1 END"
cd ..
echo "DEBUG2:"
tree -L 2
echo "DEBUG2 END"
(
README_ORIGINAL="https://github.com/hacspec/hax/blob/main/README.md"
echo "<!-- WARNING: a GitHub action periodically replaces this file with ${README_ORIGINAL}. Do not make any modification to this file, instead make a PR to ${README_ORIGINAL} -->"
Expand Down

0 comments on commit 3aca3c7

Please sign in to comment.