Skip to content

Bt

Bt #569

Workflow file for this run

name: 'Bt'
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
schedule:
- cron: '0 2 * * *'
# 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:
- name: 'Checkout codes'
uses: actions/checkout@v4
- name: 'Get Tracker'
run: bash ./bt.sh
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.TRACKER_TOKEN }}
PUBLISH_BRANCH: BT_Merge
publish_dir: ./tracker