Skip to content

Commit

Permalink
add generator commit
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Oct 23, 2024
1 parent c9bfdb3 commit d389bc9
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,14 @@ jobs:
path: docs/reference/cli/content
pattern: cli-*
merge-multiple: true
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: output
path: docs/reference/*
# - name: test
# run: ls -la docs/reference/cli/content
- name: Commit and Push
run: |
git add .
if git diff --staged --quiet; then
echo "No changes to commit."
else
echo "Changes detected. Committing..."
git commit -m "automatic update"
git push
fi

0 comments on commit d389bc9

Please sign in to comment.