diff --git a/docs/GITHUB-ACTIONS-README.md b/docs/GITHUB-ACTIONS-README.md index 0ec7a146..364c3130 100644 --- a/docs/GITHUB-ACTIONS-README.md +++ b/docs/GITHUB-ACTIONS-README.md @@ -27,6 +27,11 @@ jobs: # List of jobs to be run. Can be used to better organize steps. - name: Run KiBot run: | kibot -e "project_name.kicad_sch" + + # Post KiBot steps (Optional). + - name: Optionally do other things + run: | + ECHO Run bash commands to do things like commiting the files or adding them as artifacts ```