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 ca34877 commit 3c2c4bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
path: book
token: ${{secrets.PUSH_HACSPEC_GITHUB_TOKEN}}

- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main

- name: Configure git
Expand All @@ -69,6 +68,9 @@ jobs:
- name: Patch and push `README.md` in `hacspec.github.io`
run: |
echo "DEBUG1:"
tree -L 2
echo "DEBUG1 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 3c2c4bb

Please sign in to comment.