Skip to content

Merge pull request #104 from sangria-graphql/pr_checks_2 #4

Merge pull request #104 from sangria-graphql/pr_checks_2

Merge pull request #104 from sangria-graphql/pr_checks_2 #4

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches: ["**"]
push:
branches: ["**"]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout current branch (full)
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Generate site
run: docker build -t sangria-doc .