Skip to content

Sequential workflows #84

Sequential workflows

Sequential workflows #84

Workflow file for this run

name: Test build site
on:
pull_request:
workflow_run:
workflows: ["lint"]
types:
- completed
jobs:
test:
name: Test build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build docs
uses: mhausenblas/mkdocs-deploy-gh-pages@1.26