Skip to content

Commit

Permalink
fix(ci): step name
Browse files Browse the repository at this point in the history
  • Loading branch information
Candinya committed Jun 25, 2024
1 parent 698fadd commit 9443adc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
repository: 'kratos-rebirth/quickstart'

# Clone Demo site configurations & assets into tmp
# Clone site configurations & assets
- uses: actions/checkout@v4
with:
path: 'custom-files'
Expand Down Expand Up @@ -59,8 +59,8 @@ jobs:
pnpm install
pnpm remove hexo-generator-index
# Hexo build demo site
- name: Hexo build demo site
# Hexo build site
- name: Hexo build site
run: npx hexo generate --force

- name: Upload artifacts for pages
Expand Down

0 comments on commit 9443adc

Please sign in to comment.