Skip to content

Commit

Permalink
testing ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragzouken committed May 25, 2024
1 parent 43d6dda commit c41879a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,16 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm install pug-cli -g
- run: pug --pretty -o dist --basedir src -- src/index.pug
- name: Upload artifact
run: npm install pug-cli -g
run: pug --pretty -o dist --basedir src -- src/index.pug
- name install ruby & neocities
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
run: bundle exec rake
run: gem install neocities
- name: upload github pages artifact
uses: actions/upload-pages-artifact@v1
with:
path: ./dist
Expand Down

0 comments on commit c41879a

Please sign in to comment.