Skip to content

Commit

Permalink
Update sync-tutorials.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AmazingAng committed May 29, 2024
1 parent a86d2de commit e12c751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Sync WTF Ethers Tutorials
run: |
git clone https://github.com/WTFAcademy/WTF-Ethers.git
cp -r WTF-Ethers/lectures/0{1..9}_* frontend/docs/ethers-101/
cp -r WTF-Ethers/lectures/10_* frontend/docs/ethers-101/
cp -r WTF-Ethers/0{1..9}_* frontend/docs/ethers-101/
cp -r WTF-Ethers/10_* frontend/docs/ethers-101/
rm -rf WTF-Ethers
- name: Create Pull Request
Expand Down

0 comments on commit e12c751

Please sign in to comment.