修改默认下载频率限制,更新晋江下载提示(启用调试模式时) (#684) #344
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run Tester | |
on: | |
push: | |
paths-ignore: | |
- README.md | |
- license.txt | |
- third-party-license.txt | |
- tools/* | |
branches-ignore: | |
- gh-pages | |
- "dependabot/**" | |
pull_request: | |
paths-ignore: | |
- README.md | |
- license.txt | |
branches-ignore: | |
- gh-pages | |
workflow_dispatch: | |
schedule: | |
- cron: 10 10 */7 * * | |
jobs: | |
sites: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Init 🛎️ | |
uses: 404-novel-project/novel-downloader-action@v1 | |
- name: Run 🔧 | |
run: node --import tsx ./test/sites.ts | |
- name: Upload Artifact 🚀 | |
uses: actions/upload-artifact@v3 | |
with: | |
name: sites.csv | |
path: dist/csv/sites.csv |