Skip to content

Commit e7e39d9

Browse files
authored
Update deploy.yml
1 parent 2481664 commit e7e39d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
# Deploy to GitHub Pages
2020
- name: Deploy to GitHub Pages
21-
uses: JamesIves/github-pages-deploy-action@v4.2.0
21+
uses: JamesIves/github-pages-deploy-action@v4 # Using the latest stable version
2222
with:
2323
branch: gh-pages # The branch where the content will be deployed (default is gh-pages)
2424
folder: src # The folder to deploy (in your case, it's 'src')

0 commit comments

Comments
 (0)