We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb85fae commit babb004Copy full SHA for babb004
.github/workflows/deploy.yml
@@ -14,4 +14,5 @@ jobs:
14
uses: JamesIves/github-pages-deploy-action@4.0.0
15
with:
16
branch: releases/v4-beta
17
- folder: .
+ folder: .
18
+ single-commit: true
0 commit comments