Skip to content

Commit

Permalink
Update readme.yml to copy over the minion and horizon
Browse files Browse the repository at this point in the history
  • Loading branch information
mershad-manesh authored Jun 27, 2023
1 parent b5eb673 commit 66a39aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ jobs:
- uses: actions/checkout@v2
- run: |
cp -f README.md ${{ runner.temp }}/README.md
cp -f minion/README.md ${{ runner.temp }}/minion/README.md
cp -f horizon/README.md ${{ runner.temp }}/horizon/README.md
- uses: actions/checkout@v2
with:
ref: gh-pages
- run: |
cp -f ${{ runner.temp }}/README.md .
cp -f ${{ runner.temp }}/minion/README.md ./minion/README.md
cp -f ${{ runner.temp }}/horizon/README.md ./horizon/README.md
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
git add README.md
Expand Down

0 comments on commit 66a39aa

Please sign in to comment.