Skip to content

Commit 405f3e7

Browse files
authored
Update gh-pages.yml (AtsushiSakai#758)
1 parent 644ce8a commit 405f3e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Setup python
11-
uses: actions/setup-python@v2
11+
uses: actions/setup-python@v3
1212
- name: Checkout
1313
uses: actions/checkout@master
1414
with:
@@ -26,4 +26,4 @@ jobs:
2626
uses: ad-m/github-push-action@master
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
29-
branch: gh-pages
29+
branch: gh-pages

0 commit comments

Comments
 (0)