Skip to content

Commit

Permalink
add github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rfjakob authored Oct 31, 2024
1 parent 615f0b7 commit b9e9cee
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: mkdocs

on:
push:
pull_request:
schedule:
- cron: '0 12 * * *' # Every day noon UTC

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: install mkdocs
run: pip3 install mkdocs==0.17.5

- name: build
run: make

0 comments on commit b9e9cee

Please sign in to comment.