8000 update the csv with the temp data for website what's left · RustPython/RustPython@b55a55a · GitHub
[go: up one dir, main page]

Skip to content

Commit b55a55a

Browse files
arihant2mathcoolreader18
authored andcommitted
update the csv with the temp data for website what's left
Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
1 parent d7a72b5 commit b55a55a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cron-ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ jobs:
9797
cd website
9898
[ -f ./_data/whats_left.temp ] && cp ./_data/whats_left.temp ./_data/whats_left_lastrun.temp
9999
cp ../whats_left.temp ./_data/whats_left.temp
100+
rm _data/whats_left/modules.csv
101+
cat _data/whats_left.temp | grep "(entire module)" | cut -d ' ' -f 1 | sort >> ../_data/whats_left/modules.csv
102+
100103
git add -A
101104
if git -c user.name="Github Actions" -c user.email="actions@github.com" commit -m "Update what is left results" --author="$GITHUB_ACTOR"; then
102105
git push

0 commit comments

Comments
 (0)
0