Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
elysias123 committed May 13, 2024
1 parent 5783e5f commit c6cf03e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:

- name: Execute Python script
run: |
git clone "https://${{ github.actor }}:${{ secrets.TOKEN }}@github.com/${{ github.repository }}" push && cd push
mkdir out
python main.py
cd out
Expand All @@ -37,8 +38,7 @@ jobs:
- name: Git push
run: |
git clone "https://${{ github.actor }}:${{ secrets.TOKEN }}@github.com/${{ github.repository }}" push
cp -Rf out/* push/
cp -Rf push/out/* push/
cd push
files=$(find . -name '*AWAvenue*')
echo $files
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
out
script/__pycache__

0 comments on commit c6cf03e

Please sign in to comment.