Skip to content

Commit e3c67e3

Browse files
committed
deploy / fix action
1 parent 4fb4e18 commit e3c67e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ deploy-to-gh-pages.yml renamed to .github/workflows/deploy-to-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
env:
1717
API_KEY: 2J6__p_IWwUmOHYMKuMYjw
1818
- name: Deploy
19-
uses: JamesIves/github-pages-deploy-action@releases/v3
19+
uses: JamesIves/github-pages-deploy-action@4.1.3
2020
with:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
BRANCH: gh-pages
23-
FOLDER: /
23+
FOLDER: .

0 commit comments

Comments
 (0)