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 2, 2023
1 parent 7a58c25 commit 19d0c88
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pull-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ jobs:
copy-docs-from-blockchain-repo:
runs-on: ubuntu-latest
steps:
- run: pwd
- name: Checkout
uses: actions/checkout@v4
- run: pwd
with:
ref: develop
path: docs
- name: Checkout ixo-blockchain
uses: actions/checkout@v4
with:
repository: ixofoundation/ixo-blockchain
ref: develop
- run: pwd
path: ixo-blockchain
- run: find ./ixo-blockchain -type f -name "*.md" -print

0 comments on commit 19d0c88

Please sign in to comment.