Skip to content

Commit

Permalink
Update pull-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alwyn-ixo authored Nov 1, 2023
1 parent 8ef4f46 commit 7a58c25
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/pull-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ jobs:
copy-docs-from-blockchain-repo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- run: pwd
- name: Checkout
uses: actions/checkout@v4
- run: pwd
- name: Checkout ixo-blockchain
uses: actions/checkout@v4
with:
repository: ixofoundation/ixo-blockchain
ref: develop
- run: pwd

0 comments on commit 7a58c25

Please sign in to comment.