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 Oct 26, 2023
1 parent 99ca7a1 commit ec33b24
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pull-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Get README.md from the ixo-blockchain repository
- name: Get *.md files from the ixo-blockchain repository
run: |
curl -O https://raw.githubusercontent.com/my-username/my-other-repo/main/README.md
curl -O https://raw.githubusercontent.com/ixofoundation/ixo-blocksync/develop/**/*.md
- name: Move README.md to destination
run: |
mv README.md docs
mv *.md docs/developers/ixo-blockchain

0 comments on commit ec33b24

Please sign in to comment.