Skip to content

Commit 7636bb3

Browse files
Remove bundler dependency
1 parent 82c8075 commit 7636bb3

File tree

3 files changed

+8
-174
lines changed

3 files changed

+8
-174
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ jobs:
2525
ruby-version: '3.4'
2626
bundler-cache: true
2727

28+
- name: Install trmnlp
29+
run: gem install trmnl_preview
30+
2831
- name: Run trmnlp build
29-
run: bundle exec trmnlp build
32+
run: trmnlp build
3033

3134
check-secret:
3235
name: Check if `TRMNL_API_KEY` set
@@ -152,6 +155,9 @@ jobs:
152155
ruby-version: '3.4'
153156
bundler-cache: true
154157

158+
- name: Install trmnlp
159+
run: gem install trmnl_preview
160+
155161
- name: Create trmnlp config directory
156162
run: mkdir -p ~/.config/trmnlp
157163

@@ -165,4 +171,4 @@ jobs:
165171
- name: Run trmnlp push
166172
run: |
167173
echo "Deploying version ${{ needs.check-version.outputs.version }}"
168-
bundle exec trmnlp push --force
174+
trmnlp push --force

Gemfile

Lines changed: 0 additions & 3 deletions
This file was deleted.

Gemfile.lock

Lines changed: 0 additions & 169 deletions
This file was deleted.

0 commit comments

Comments
 (0)