diff --git a/.github/workflows/pull-docs.yml b/.github/workflows/pull-docs.yml index cdad0f7..1b48395 100644 --- a/.github/workflows/pull-docs.yml +++ b/.github/workflows/pull-docs.yml @@ -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 \ No newline at end of file + - run: git push