Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

two step check/build #162

Merged
merged 2 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading