Skip to content

Commit

Permalink
try container
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaakske committed Jul 1, 2024
1 parent 93cd8f5 commit 9c62219
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
create-and-upload:
name: Create developer docs and upload them to S3
runs-on: ubuntu-latest
container: ruby:2.7.8
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand All @@ -28,11 +29,6 @@ jobs:
- name: Extract and set lowercase branch name
run: echo "BRANCH_NAME=$CI_ACTION_REF_NAME_SLUG" >> $GITHUB_ENV

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.8

- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 9c62219

Please sign in to comment.