diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 07c8464..3878501 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -22,7 +22,7 @@ jobs: pip install bs4 pip install requests - name: 'Get DataSource' - run: curl https://news.topurl.cn > ./result.html + run: curl https://news.topurl.cn > ./index.html - name: 'Get Info' run: python ./getInfo.py - name: 'Get Date'