Skip to content

Commit 17b3b2f

Browse files
committed
Rest
1 parent 9f17ede commit 17b3b2f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
3535
- name: execute py script
3636
# run: python '.Readme Updater/main.py -n'
37-
run: python '.Readme Updater/main.py' -n -g
37+
# On pause for now since I need to rest so let's use the one that doesn't properly date everything
38+
# run: python '.Readme Updater/main.py' -n -g
39+
run: python '.Readme Updater/main.py' -n
3840

3941
- name: commit to repo
4042
run: |

0 commit comments

Comments
 (0)