Skip to content

Commit

Permalink
Update .drone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zkitefly authored Jul 21, 2024
1 parent a9ff5ec commit cc0a0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ steps:
- gem sources --add https://mirrors.cloud.tencent.com/rubygems/ --remove https://rubygems.org/
- bundle config mirror.https://rubygems.org https://mirrors.cloud.tencent.com/rubygems
- bundle install
- bundle exec jekyll build
- bundle exec jekyll build --trace
- bash scripts/copy_index_json.sh
volumes:
- name: dist
Expand Down

0 comments on commit cc0a0cd

Please sign in to comment.