Skip to content

Create writing-an-openapi-document-from-the-ground-up.md #811

Create writing-an-openapi-document-from-the-ground-up.md

Create writing-an-openapi-document-from-the-ground-up.md #811

Workflow file for this run

name: Test build
on:
pull_request:
branches:
- main
jobs:
test-deploy:
name: Test build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Test build website
run: bin/bridgetown build