Skip to content

feat(registry): migration to aws ecr (#20) #10

feat(registry): migration to aws ecr (#20)

feat(registry): migration to aws ecr (#20) #10

Workflow file for this run

name: CI Product Central Wiki to Pages
on:
push:
branches: ["main"]
paths:
- "docs/**"
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./docs
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
cache-version: 0
working-directory: '${{ github.workspace }}/docs'
- name: Build with Jekyll
run: bundle exec jekyll build