Skip to content

Commit

Permalink
ci: add release notes to nightly dist (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Apr 3, 2023
1 parent 27a9de9 commit fc80c1a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/nightly-build-intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ jobs:
working-directory: modflow6-examples/etc
run: python ci_build_files.py

- name: Update version timestamps
run: python modflow6/distribution/update_version.py

- name: Build docs
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -157,11 +160,17 @@ jobs:
# build the docs
python modflow6/distribution/build_docs.py -d -b modflow6/bin -o docs
- name: Upload docs
- name: Upload mf6io docs
uses: actions/upload-artifact@v3
with:
name: mf6io
path: docs/mf6io.pdf

- name: Upload release notes
uses: actions/upload-artifact@v3
with:
name: ReleaseNotes
path: docs/ReleaseNotes.pdf

dist:
name: Build distributions
Expand Down

0 comments on commit fc80c1a

Please sign in to comment.