Skip to content

Commit

Permalink
Merge pull request #254 from argonne-lcf/felker-patch-1
Browse files Browse the repository at this point in the history
Update and rename test-mkdocs-build.yml to mkdocs-build.yml
  • Loading branch information
felker committed Jul 29, 2023
2 parents a478574 + 8529fd5 commit 1842915
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: update-livesite
name: mkdocs-build
on:
push:
branches:
- main
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
deploy:
docs-strict:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -16,5 +16,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: mkdocs build --strict
- name: Setup Python environment
run: pip install -r requirements.txt
- name: Build docs with --strict
run: mkdocs build --strict

0 comments on commit 1842915

Please sign in to comment.