Skip to content

Commit 2ab541c

Browse files
committed
remove debugging
1 parent 8a53a1f commit 2ab541c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-index.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
project_id: pypinfo-214114
3535
export_environment_variables: true
3636
- name: Index
37-
#run: cd main; set -x; python -m hatch run py-wtf index-since --since "$(date -d '1hour ago' '+%Y-%m-%d %H:%M:%S')" ../pages
38-
run: cd pages; date > generated.txt
37+
run: cd main; set -x; python -m hatch run py-wtf index-since --since "$(date -d '1hour ago' '+%Y-%m-%d %H:%M:%S')" ../pages
3938
- name: commit
4039
run: |
4140
cd pages

0 commit comments

Comments
 (0)