We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffdf507 commit 1dfe488Copy full SHA for 1dfe488
1 file changed
.github/workflows/site.yml
@@ -41,5 +41,6 @@ jobs:
41
cp -R ${{env.workspace}}/main/stack-control-site/dist ${{env.workspace}}/site
42
git config --global user.name 'CREAsTIVE'
43
git config --global user.email 'CREAsTIVE@users.noreply.github.com'
44
- git commit -am "docs: documentation update for ${{env.github_sha}}"
+ git add .
45
+ git commit -am "gen: documentation update for ${{env.github_sha}}"
46
git push
0 commit comments