Skip to content

Commit e51e738

Browse files
committed
build site
1 parent 8668b81 commit e51e738

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy_web_site.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
ruby-version: '3.4.2' # 替换为你项目实际使用的版本
5757
bundler-cache: true
5858
# Install ruby dependencies
59-
- name: Install dependencies
59+
- name: Install dependencies and build site
6060
run: |
6161
pwd
6262
ls -lh
@@ -65,7 +65,8 @@ jobs:
6565
git checkout main
6666
gem install bundler
6767
bundle install --jobs 4 --retry 3
68-
- run: bundle exec jekyll build -d "_site" --trace
68+
# build site
69+
bundle exec jekyll build -d "_site" --trace
6970
env:
7071
JEKYLL_ENV: production
7172
#Setup pages

0 commit comments

Comments
 (0)