Skip to content

Commit

Permalink
Update .drone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zkitefly committed Jul 21, 2024
1 parent cc0a0cd commit 94753ed
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 --trace
- bundle exec jekyll build --trace --verbose
- bash scripts/copy_index_json.sh
volumes:
- name: dist
Expand Down

0 comments on commit 94753ed

Please sign in to comment.