Skip to content

Commit e46ae98

Browse files
committed
testing ruby
1 parent c41879a commit e46ae98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
uses: actions/setup-node@v4
1818
with:
1919
node-version: '20.x'
20-
run: npm install pug-cli -g
21-
run: pug --pretty -o dist --basedir src -- src/index.pug
20+
- run: npm install pug-cli -g
21+
- run: pug --pretty -o dist --basedir src -- src/index.pug
2222
- name install ruby & neocities
2323
uses: ruby/setup-ruby@v1
2424
with:
2525
ruby-version: '3.3' # Not needed with a .ruby-version file
2626
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
27-
run: bundle exec rake
28-
run: gem install neocities
27+
- run: bundle exec rake
28+
- run: gem install neocities
2929
- name: upload github pages artifact
3030
uses: actions/upload-pages-artifact@v1
3131
with:

0 commit comments

Comments
 (0)