#716 更改linovelib字体获取方式 #425
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: ldm0206/novel-downloader-action@v1 #404-novel-project/novel-downloader-action@v1 | |
- name: Run 🔧 | |
run: node --import tsx ./test/sites.ts | |
- name: Upload Artifact 🚀 | |
uses: actions/upload-artifact@v4 | |
with: | |
name: sites.csv | |
path: dist/csv/sites.csv |