Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ACaiCat authored Dec 31, 2024
1 parent d60ec92 commit 814bbc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: docs

on:
schedule:
- cron: '0 0 * * *' # 每天UTC时间0:00执行
push:
branches:
- master
Expand Down Expand Up @@ -34,7 +36,6 @@ jobs:

- name: Build documentation site
run: pnpm docs:build
continue-on-error: true

- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v4
Expand Down

0 comments on commit 814bbc8

Please sign in to comment.