Skip to content

Commit

Permalink
build ig
Browse files Browse the repository at this point in the history
  • Loading branch information
niquola committed Oct 2, 2024
1 parent a2aa424 commit 0b2ef87
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
name: Test and Deploy Playground
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
- run: export GEM_HOME="$HOME/gems" && export PATH="$HOME/gems/bin:$PATH" && gem install jekyll bundler
- run: export GEM_HOME="$HOME/gems" && export PATH="$HOME/gems/bin:$PATH" && jekyll -h
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
Expand All @@ -23,11 +28,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
- run: export GEM_HOME="$HOME/gems" && export PATH="$HOME/gems/bin:$PATH" && gem install jekyll bundler
- run: export PATH="$HOME/gems/bin:$PATH" && jekyll -h
- name: Install dependencies
working-directory: sof-js
run: bun install
Expand Down

0 comments on commit 0b2ef87

Please sign in to comment.