|
@@ -35,6 +35,6 @@ jobs:
|
|
|
run: |
|
|
run: |
|
|
|
git config user.name "github-actions"
|
|
git config user.name "github-actions"
|
|
|
git config user.email "github-actions@github.com"
|
|
git config user.email "github-actions@github.com"
|
|
|
- git add CommandIndex.md Commands.md
|
|
|
|
|
|
|
+ git add Shared.Rcl/wwwroot/raw_docs/CommandIndex.md Shared.Rcl/wwwroot/raw_docs/Commands.md
|
|
|
git commit -m "Update CLI docs" || echo "No changes to commit"
|
|
git commit -m "Update CLI docs" || echo "No changes to commit"
|
|
|
git push
|
|
git push
|