Skip to content

Commit

Permalink
documentation update debugging (#201)
Browse files Browse the repository at this point in the history
* trying again

* trying again
  • Loading branch information
edwardhartnett authored Jul 21, 2024
1 parent a1b311c commit cc062ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ concurrency:
jobs:
build-docs:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{steps.deployment.outputs.page_url}}
env:
FC: gfortran
CC: gcc
Expand Down Expand Up @@ -114,7 +117,8 @@ jobs:
with:
name: page
path: .
- uses: actions/configure-pages@v1
- name: Setup Pages
uses: actions/configure-pages@v2
- uses: actions/upload-pages-artifact@v1
with:
path: .
Expand Down
4 changes: 3 additions & 1 deletion docs/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ for interacting with, reading, writing, and manipulating GRIB2 files.
For more information see the [legacy wgrib2
documentation](https://www.cpc.ncep.noaa.gov/products/wesley/wgrib2/).

Wgrib2 is maintained as a collaboration between CPC and EMC.
Wgrib2 is maintained as a collaboration between CPC and the
[Environmental Modeling Center
(EMC)](https://www.emc.ncep.noaa.gov/emc.php).

## Documentation for Previous Versions of wgrib2

Expand Down

0 comments on commit cc062ed

Please sign in to comment.