Skip to content

Commit

Permalink
Merge pull request #162 from ocefpaf/publish_and_lickcheck
Browse files Browse the repository at this point in the history
two step check/build
  • Loading branch information
ocefpaf authored Sep 13, 2023
2 parents cde61f8 + eab7fca commit 01dfa6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
- name: Build documentation
shell: bash -l {0}
run: |
run: >
set -e
jupyter-book build jupyterbook
&& jupyter-book build jupyterbook --builder linkcheck
&& jupyter-book build jupyterbook
- name: GitHub Pages action
if: github.ref == 'refs/heads/main'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"Created: 2021-10-19\n",
"\n",
"The latest erddapy module release (v1.2.0) added a multiple servers search similar to the web one implemented in\n",
"[https://coastwatch.pfeg.noaa.gov/erddap/download/SearchMultipleERDDAPs.html](https://coastwatch.pfeg.noaa.gov/erddap/download/SearchMultipleERDDAPs.html).\n",
"[https://mathewbiddle.github.io/search-erddaps](https://mathewbiddle.github.io/search-erddaps).\n",
"The Python interface allow the user to mix powerful variable handling and visualization with the query results.\n",
"\n",
"Let us explore an example\n",
Expand Down

0 comments on commit 01dfa6b

Please sign in to comment.