Skip to content

Commit

Permalink
by 七点一刻
Browse files Browse the repository at this point in the history
  • Loading branch information
LeungGeorge committed Jul 19, 2024
1 parent 3a4a37f commit 6ee337d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Pages
on:
push:
branches:
- master # default branch
- hexo # default branch
jobs:
# 子任务
pages:
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v2
with:
ref: master
ref: hexo
# submodules: true
# fetch-depth: 0
- name: Use Node.js 19.x
Expand Down

0 comments on commit 6ee337d

Please sign in to comment.