Skip to content

Commit 1dfe488

Browse files
committed
fix: add .
1 parent ffdf507 commit 1dfe488

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/site.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ jobs:
4141
cp -R ${{env.workspace}}/main/stack-control-site/dist ${{env.workspace}}/site
4242
git config --global user.name 'CREAsTIVE'
4343
git config --global user.email 'CREAsTIVE@users.noreply.github.com'
44-
git commit -am "docs: documentation update for ${{env.github_sha}}"
44+
git add .
45+
git commit -am "gen: documentation update for ${{env.github_sha}}"
4546
git push

0 commit comments

Comments
 (0)