Skip to content

Commit

Permalink
chore(compiler): adding a job for the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bcm-at-zama committed Mar 12, 2024
1 parent 671b61e commit f0d9c2b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/testing_doc_is_updated.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Check that the documentation is up to date
name: Check that the documentation is up to date

on:
# Nightly Release @ 3AM after each work day
- cron: "0 3 * * 2-6"

jobs:
check-doc:
name: Check that the documentation is up to date
runs-on: ubuntu-20.04
steps:
- name: Check that the documentation is up to date
shell: bash
run: |
set +e
./ci/scripts/make_apidocs.sh

0 comments on commit f0d9c2b

Please sign in to comment.