Skip to content

Commit

Permalink
rename gh-pages and generate params
Browse files Browse the repository at this point in the history
  • Loading branch information
mahf708 committed Jan 19, 2024
1 parent 5ec189b commit 5fb7d64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e3sm-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
- name: Install python deps
run: python3 -m pip install mkdocs-material pymdown-extensions mkdocs-monorepo-plugin mdutils mkdocs-bibtex
# build every time (PR or push to master)
- name: Generate EAMxx params docs
working-directory: components/eamxx/scripts
run: |
./eamxx-params-docs-autogen
- name: Build
run: mkdocs build --strict --verbose
# Only deploy to the main github page when there is a push to master
Expand Down
File renamed without changes.

0 comments on commit 5fb7d64

Please sign in to comment.