Skip to content

Commit be51b1f

Browse files
authored
ci: add /demo to git actions; merge pull request #19 from okikio/beta
ci: add /demo to git actions
2 parents 19daf7d + c520e6e commit be51b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
4949
git config --local user.name "github-actions[bot]"
50-
git add --force build/
50+
git add --force demo/
5151
git add --force docs/
5252
git commit -m "chore(gh-bot): :rocket: build demo, types, api & library files" -a
5353

0 commit comments

Comments
 (0)