Skip to content

CI

CI #1

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the workflow will run
on:
workflow_dispatch:
schedule:
- cron: '0 20 1 * *' # UTC20:00 on the 1st day of each month
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.11.8
# Runs a single command using the runners shell
- name: Run script
run: python moegirl-all.py
# Runs a set of commands using the runners shell
- name: upload all titles
uses: actions/upload-artifact@v3
with:
name: all-titles
path: out/萌娘词条.txt