File tree Expand file tree Collapse file tree 3 files changed +8
-174
lines changed
Expand file tree Collapse file tree 3 files changed +8
-174
lines changed Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments