Skip to content

Commit

Permalink
Merge pull request #13 from ixofoundation/alwyn-ixo-patch-1
Browse files Browse the repository at this point in the history
Create Action pull-docs.yml
  • Loading branch information
alwyn-ixo authored Oct 26, 2023
2 parents 578f509 + ec33b24 commit 740038d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/pull-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Pull README.md from the ixo-blockchain repository

on:
push:
branches:
- develop

jobs:
pull-readme:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

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

0 comments on commit 740038d

Please sign in to comment.