Skip to content

Commit

Permalink
Merge pull request #240 from thinkAfCod/add_diff
Browse files Browse the repository at this point in the history
fix: checkout path
  • Loading branch information
thinkAfCod authored Dec 8, 2024
2 parents 69585bd + 930dc96 commit ddfd35f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ jobs:
- name: Checkout shisui
uses: actions/checkout@v3
with:
path: /github/workspace/shisui
path: ./shisui
fetch-depth: 1
- name: Checkout go-ethereum
uses: actions/checkout@v3
with:
repository: ethereum/go-ethereum
path: /github/workspace/go-ethereum
path: ./go-ethereum
ref: master
fetch-depth: 1
- name: Build forkdiff
uses: "docker://protolambda/forkdiff:latest"
with:
args: -repo=/github/workspace -fork=/github/workspace/fork.yaml -out=/github/workspace/index.html
args: -repo=./shisui -fork=/github/workspace/fork.yaml -out=/github/workspace/index.html -upstream-repo=./go-ethereum

- name: Build pages
run: |
Expand Down

0 comments on commit ddfd35f

Please sign in to comment.