Skip to content

Commit e373a36

Browse files
committed
update news, poem, update deploy
1 parent 73b3ae5 commit e373a36

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Install deps
2828
run: |
2929
bundle install
30+
bundle clean --force
3031
npm install -g mermaid.cli
3132
- name: Setup deploy options
3233
id: setup

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ group :jekyll_plugins do
1717
# gem 'mini_racer'
1818
gem 'unicode_utils'
1919
gem 'webrick'
20-
gem 'uri', '1.0.2'
20+
# gem 'uri', '1.0.2'
2121
end
2222
group :other_plugins do
2323
gem 'httparty'

0 commit comments

Comments
 (0)