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 4, 2023
1 parent 5072081 commit 5a71b3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:
- run: mkdir -p ./developers/ixo-message-relayer
- run: find ./ixo-message-relayer -type f -name "*.md" -exec cp -R {} ./developers/ixo-message-relayer \;

- run: rm -R ./ixo-blockchain
- run: rm -R ./ixo-signx
- run: rm -R ./ixo-message-relayer
# - run: rm -R ./ixo-blockchain
# - run: rm -R ./ixo-signx
# - run: rm -R ./ixo-message-relayer

- run: git add .
- run: git config --global user.email "ixo@ixo.world"
- run: git config --global user.name ${{ github.actor }}
- run: git commit -m "Copy *.md files from other repos"
- run: git push
- run: git push

0 comments on commit 5a71b3c

Please sign in to comment.