Skip to content

Commit

Permalink
Also build documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 1, 2024
1 parent bbccea8 commit 10072b0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: 'Documentation'

on: # yamllint disable-line rule:truthy
push:
branches:
- master
workflow_dispatch: {} # Allow running this workflow manually (Actions tab)

jobs:
documentation:
uses: metaborg/actions/.github/workflows/mkdocs-material.yaml@main
with:
docs-dir: 'docs'

0 comments on commit 10072b0

Please sign in to comment.