We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a53a1f commit 2ab541cCopy full SHA for 2ab541c
.github/workflows/update-index.yml
@@ -34,8 +34,7 @@ jobs:
34
project_id: pypinfo-214114
35
export_environment_variables: true
36
- 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
+ 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
39
- name: commit
40
run: |
41
cd pages
0 commit comments