Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

GPC-NONE: Bump software.amazon.awssdk:bom from 2.21.1 to 2.21.2 in /lib #3806

GPC-NONE: Bump software.amazon.awssdk:bom from 2.21.1 to 2.21.2 in /lib

GPC-NONE: Bump software.amazon.awssdk:bom from 2.21.1 to 2.21.2 in /lib #3806

Workflow file for this run

name: Test techdocs
on:
pull_request:
merge_group:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@5cfe23c062c0aac352e765b1b7cc12ea5255ccc4
with:
ruby-version: "3.2"
bundler-cache: true
cache-version: 0
- name: Build site
working-directory: techdocs
run: |
bundle install
bundle exec middleman build