Skip to content

Commit 64fcbe4

Browse files
committed
wip
1 parent 32d9a54 commit 64fcbe4

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/101_render_dir.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,16 @@ jobs:
6464
to: gfm
6565
path: tech_notes/*.qmd
6666

67+
# git add ${{ github.events.inputs.selected_filename }}
68+
# git commit -m "Update ${{ github.event.inputs.selected_filename }}" || \
69+
# echo "no changes; nothing to commit"
70+
6771
# Commit and push changes to README.md
6872
- name: Commit 280_emacs_notes.md
6973
run: |
7074
git config --global user.name "github-actions[bot]"
7175
git config --global user.email "github-actions[bot]@users.noreply.github.com"
72-
# git add ${{ github.events.inputs.selected_filename }}
73-
# git commit -m "Update ${{ github.event.inputs.selected_filename }}" || \
74-
# echo "no changes; nothing to commit"
75-
git add -
76+
git add -A
7677
git commit -m "Ran quarto, save results"
7778
git push
7879
env:

0 commit comments

Comments
 (0)