Skip to content

Get Citation Data

Get Citation Data #23

Workflow file for this run

name: Get Citation Data
on:
page_build:
schedule:
- cron: '0 6 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Reqs
run: |
sudo apt-get install python3-setuptools
- name: Run
run: |
cd ./google_scholar_crawler
pip3 install -r requirements.txt
python3 main.py
git add "../assets/results/"
git config --global user.email "[email protected]"
git config --global user.name "wangrongsheng"
git commit -m "* update `date '+%Y-%m-%d %H:%M:%S'`"
git push