支持了飘天文学网 修复了syosetu新UI问题 #221
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 --experimental-specifier-resolution=node --loader ts-node/esm test/sites.ts | |
- name: Upload Artifact 🚀 | |
uses: actions/upload-artifact@v3 | |
with: | |
name: sites.csv | |
path: dist/csv/sites.csv |