Skip to content

Commit bce630f

Browse files
Merge pull request LuisEnMarroquin#66 from LuisEnMarroquin/develop
Using JamesIves/github-pages-deploy-action@v4
2 parents 0dbb0cf + 47711e4 commit bce630f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
gh release create ${{ env.CURRENT_VERSION }} -F README.md -t "Released ${{ env.CURRENT_VERSION }}"
3939
- name: Prepare static files for deployment
4040
run: yarn run static
41-
- uses: JamesIves/github-pages-deploy-action@4.4.1
41+
- uses: JamesIves/github-pages-deploy-action@v4
4242
with:
4343
folder: build
4444
branch: gh-pages

0 commit comments

Comments
 (0)