Skip to content

Commit

Permalink
Fix path for cloning last deployed content
Browse files Browse the repository at this point in the history
  • Loading branch information
m417z committed Dec 21, 2024
1 parent 2671026 commit f5bc593
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ jobs:
run: python -m pip install pywin32
- name: Clone last deployed content
run: |
git clone --branch pages --single-branch --depth 1 https://github.com/ramensoftware/windhawk-mods.git ${{ runner.temp }}/last_deploy
# Remove the .git directory which interferes with the pages deployment.
rm -rf ${{ runner.temp }}/last_deploy/.git
git clone --branch pages --single-branch --depth 1 https://github.com/ramensoftware/windhawk-mods.git "${{ runner.temp }}/last_deploy"
- name: Cache Windhawk
id: cache-windhawk
uses: actions/cache@v4
Expand Down

0 comments on commit f5bc593

Please sign in to comment.