Skip to content

Commit 9f160e1

Browse files
authored
Update gitignore copy path in build workflow
1 parent d0a4b92 commit 9f160e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-to-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# cp package.json next.config.js .
7979
8080
# copy .gitignore
81-
cp .gitignore .
81+
cp ../.gitignore .
8282
8383
git add .
8484
git commit -m "chore: build from $GITHUB_SHA"

0 commit comments

Comments
 (0)