File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - name : checkout repo content
14+ - name : Checkout repo content
1515 uses : actions/checkout@v2
1616
17- - name : setup python
17+ - name : Setup python
1818 uses : actions/setup-python@v4
1919 with :
2020 python-version : " 3.10"
2121
22- - name : install python packages
22+ - name : Install python packages
2323 run : |
2424 python -m pip install --upgrade pip
2525 pip install aiohttp
2929 pip install aiohttp-retry
3030 pip install python-dotenv
3131
32- - name : execute data scrapping
32+ - name : Change to the script directory
33+ run : cd velog-dashboard/worker
34+
35+ - name : Execute data scrapping
3336 env :
37+ pythonLocation : /opt/hostedtoolcache/Python/3.10.13/x64
3438 DB_URL : ${{ secrets.DB_URL }}
3539 PERIOD_MIN : ${{ secrets.PERIOD_MIN }}
3640
You can’t perform that action at this time.
0 commit comments