Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7a748ae

Browse files
committed
fix: invalid gh-pages action name
1 parent b8e1a52 commit 7a748ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/deploy-gh-pages.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
with:
1515
persist-credentials: false
1616

17-
- name: Install and Build 🔧
17+
- name: Install and Build
1818
run: |
1919
yarn build
2020
21-
- name: Deploy 🚀
22-
uses: JamesIves/github-pages-deploy-action@3
21+
- name: Deploy
22+
uses: JamesIves/github-pages-deploy-action@3.5.9
2323
with:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
BRANCH: gh-pages

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /