Skip to content

Commit

Permalink
Build the tutorial nightly to get alerts if it fails
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Dec 10, 2023
1 parent 4957949 commit 688b8d3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ concurrency:
cancel-in-progress: true

jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v3
- name: Instal Dependencies
run: pip install -r requirements.txt
- name: Build
run: mkdocs build
env:
INSIDERS_PAT: ${{ secrets.MATERIAL_INSIDERS_ACCESS }}

superlinter:
name: Lint markdown and yaml
runs-on: ubuntu-latest
Expand Down

0 comments on commit 688b8d3

Please sign in to comment.