Skip to content

Commit

Permalink
[ci] Checkout branch in a different directory
Browse files Browse the repository at this point in the history
  • Loading branch information
RangHo authored Jun 1, 2023
1 parent c7e69de commit 7d846ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ jobs:
uses: actions/checkout@v3
with:
ref: result
path: result

- name: ✨ Update image
run: cp new-output.png output.png
run: |
cd result
cp ..\new-output.png .\output.png
- name: 🚀 Commit and push
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit 7d846ab

Please sign in to comment.