Skip to content

Commit

Permalink
Fix pages branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
m417z committed Dec 21, 2024
1 parent 8bbf181 commit 59ddb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
fetch-depth: 0
- name: Clone last deployed content
run: git clone --branch gh-pages --single-branch --depth 1 https://github.com/ramensoftware/windhawk-mods.git ${{ runner.temp }}/last_deploy
run: 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 59ddb39

Please sign in to comment.