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 8b630a2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
path: hax
path: ${{ github.workspace }}/hax
- uses: actions/checkout@v4
with:
repository: "hacspec/hacspec.github.io"
path: hacspec.github.io
path: ${{ github.workspace }}/hacspec.github.io
token: ${{secrets.PUSH_HACSPEC_GITHUB_TOKEN}}
- uses: actions/checkout@v4
with:
repository: "hacspec/book"
path: book
path: ${{ github.workspace }}/book
token: ${{secrets.PUSH_HACSPEC_GITHUB_TOKEN}}

- uses: actions/checkout@v3
Expand All @@ -69,6 +69,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 8b630a2

Please sign in to comment.