Skip to content

Commit 460b1f5

Browse files
authored
Update update_citations.yml
1 parent 22ba9e3 commit 460b1f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_citations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
sudo apt-get install python3-setuptools
1616
- name: Run
1717
run: |
18-
cd ./google_scholar_crawler
18+
cd ./scripts
1919
pip3 install -r requirements.txt
20-
python3 main.py
20+
python3 update_citations.py
2121
cd ./results
2222
git init
2323
git config --local user.name "${GITHUB_ACTOR}"

0 commit comments

Comments
 (0)