Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vilaca committed Sep 27, 2024
1 parent 1a358cb commit 0c62a72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
shell: bash
run: |
export FILENAME=$(./build/today.sh)
go run build/extract.go
go run build/extract.go | sort -nr > archive/$FILENAME
(go run build/rank.go < archive/$FILENAME) > README.md
Expand Down

0 comments on commit 0c62a72

Please sign in to comment.