We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2481664 commit e7e39d9Copy full SHA for e7e39d9
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
19
# Deploy to GitHub Pages
20
- name: Deploy to GitHub Pages
21
- uses: JamesIves/github-pages-deploy-action@v4.2.0
+ uses: JamesIves/github-pages-deploy-action@v4 # Using the latest stable version
22
with:
23
branch: gh-pages # The branch where the content will be deployed (default is gh-pages)
24
folder: src # The folder to deploy (in your case, it's 'src')
0 commit comments