Skip to content

Commit

Permalink
Update copy_stoplight_docs.yml
Browse files Browse the repository at this point in the history
Remove git add . command
  • Loading branch information
StefanoStream authored Dec 10, 2024
1 parent 1dc5d27 commit c9a5aa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/copy_stoplight_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ jobs:
find . -mindepth 1 -type f \( -not -name "*.md" -and -not -name ".gitignore" \) -delete -o -type d \( -not -name ".git" -and -not -name ".github" \) -exec rm -rf {} +
- name: Commit Changes
run: |
git add .
git commit -m "Update Stoplight documentation"
git push origin stoplight_docs

0 comments on commit c9a5aa0

Please sign in to comment.