Skip to content

Commit

Permalink
clean up temp dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
kabhi-stripe committed Nov 21, 2024
1 parent 1842e6b commit f751f39
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/copy-dirs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
run: |
git push origin v1-uk-docs-release
- name: Clean Up Temp Directory
run: |
rm -rf temp-v1-uk-docs
copy-v1-eu-docs:
runs-on: ubuntu-latest

Expand Down Expand Up @@ -77,3 +81,7 @@ jobs:
- name: Push to v1-eu-docs-release Branch
run: |
git push origin v1-eu-docs-release
- name: Clean Up Temp Directory
run: |
rm -rf temp-v1-eu-docs

0 comments on commit f751f39

Please sign in to comment.