Bt-Tracker-Merge/.gitea/workflows/main.yml
liyp b7e5595591
Some checks failed
Bt / bot (push) Failing after 4s
modify action
2023-04-30 14:38:49 +08:00

21 lines
455 B
YAML

name: 'Bt'
on: [push]
#workflow_dispatch:
#schedule:
# - cron: '0 21 * * *'
jobs:
bot:
runs-on: ubuntu-latest
steps:
- name: 'Checkout codes'
uses: actions/checkout@v2
- name: 'Get Tracker'
run: bash ./bt.sh
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.TRACKER_TOKEN }}
PUBLISH_BRANCH: BT_Merge
publish_dir: ./tracker