Skip to content

Commit

Permalink
[v4] update gh-pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
philosowaffle committed Dec 9, 2023
1 parent cb121c0 commit 4d0a207
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "philosowaffle"
- name: Fetch gh-pages
run: git fetch origin gh-pages --depth=1

- uses: actions/setup-python@v4
with:
python-version: 3.x
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "philosowaffle"
- name: Fetch gh-pages
run: git fetch origin gh-pages --depth=1

- uses: actions/setup-python@v4
with:
python-version: 3.x
Expand Down

0 comments on commit 4d0a207

Please sign in to comment.