Skip to content

Commit bcb7979

Browse files
committed
Specify some parameters to the add-and-commit action (#188 #238)
This keeps things more tightly in control and also fixes a parsing issue.
1 parent 3e82a56 commit bcb7979

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
- name: Commit the build output
4646
uses: EndBug/add-and-commit@v5
4747
with:
48+
add: dist/ index.html
49+
message: Autocommit build output (continuous deployment)
4850
env:
4951
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5052
- name: Publish to NPM

0 commit comments

Comments
 (0)