Skip to content

Commit

Permalink
Merge branch 'develop' into ejh_doc_20
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett authored Jul 21, 2024
2 parents 8fb31ca + 7efeecc commit 7a94223
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
permissions:
id-token: write
pages: write
actions: read

steps:

Expand Down Expand Up @@ -56,7 +57,7 @@ jobs:
make VERBOSE=1
- name: upload
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v2
with:
name: page
path: wgrib2/build/docs/html
Expand All @@ -72,19 +73,20 @@ jobs:
permissions:
id-token: write
pages: write
actions: read

steps:
- uses: actions/download-artifact@master
- uses: actions/download-artifact@v2
with:
name: page
path: .
- name: Setup Pages
uses: actions/configure-pages@v2
- uses: actions/upload-pages-artifact@v1
- uses: actions/upload-pages-artifact@v2
with:
path: .
- id: deployment
uses: actions/deploy-pages@main
uses: actions/deploy-pages@v3



0 comments on commit 7a94223

Please sign in to comment.