Skip to content

Commit

Permalink
docs: update gh action tag, links to html manual
Browse files Browse the repository at this point in the history
  • Loading branch information
k-doering-NOAA committed Sep 30, 2021
1 parent d2fdc3f commit 0eceb16
Show file tree
Hide file tree
Showing 4 changed files with 371 additions and 267 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_html_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Git repository
uses: actions/checkout@v2
with:
ref: 'v3.30.17' #use the last tagged release version
ref: 'v3.30.18' #use the last tagged release version

- name: Set up R
uses: r-lib/actions/setup-r@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_pdf_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Set up Git repository
uses: actions/checkout@v2
with:
ref: 'v3.30.17' #latest tagged release version
ref: 'v3.30.18' #latest tagged release version


- name: remove rendered file, check that is gone.
Expand Down
630 changes: 367 additions & 263 deletions docs/SS330_User_Manual.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
* [ss-documentation GitHub repository](https://github.com/nmfs-stock-synthesis/ss-documentation)
* [Getting Started Tutorial](Getting_Started_SS.html)
* [Building Your First SS Model Tutorial](ss_model_tips.html)
* [User Manual, experimental html version](SS330_User_Manual.html)
* [3.30.17 User Manual pdf](https://vlab.noaa.gov/web/stock-synthesis/document-library/-/document_library/0LmuycloZeIt/view_file/15671704)
* [3.30.18 User Manual (html)](SS330_User_Manual.html)
* [3.30.18 User Manual (pdf)](https://github.com/nmfs-stock-synthesis/ss-documentation/releases/tag/v3.30.18)

0 comments on commit 0eceb16

Please sign in to comment.