You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/_website.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ jobs:
53
53
shell: bash
54
54
run: |
55
55
# Set version and tip visibility in docs index
56
-
sed -i 's/RELEASETYPE version MAJOR.MINOR/Release v${{ inputs.displayMajorVersion }}.${{ inputs.displayMinorVersion }}/g' web/docs/_index.md
56
+
sed -i 's/DISSOLVERELEASETYPE version DISSOLVEMAJORVERSION.DISSOLVEMINORVERSION/Release v${{ inputs.displayMajorVersion }}.${{ inputs.displayMinorVersion }}/g' web/docs/_index.md web/docs/examples/_index.md
57
57
sed -i "/RELEASE TIP/d" web/docs/_index.md
58
58
head -n 10 web/docs/_index.md
59
59
@@ -62,7 +62,7 @@ jobs:
62
62
shell: bash
63
63
run: |
64
64
# Set version and tip visibility in docs index
65
-
sed -i 's/RELEASETYPE version MAJOR.MINOR/Development version ${{ inputs.displayMajorVersion }}.${{ inputs.displayMinorVersion }}/g' web/docs/_index.md
65
+
sed -i 's/DISSOLVERELEASETYPE version DISSOLVEMAJORVERSION.DISSOLVEMINORVERSION/Development version ${{ inputs.displayMajorVersion }}.${{ inputs.displayMinorVersion }}/g' web/docs/_index.md web/docs/examples/_index.md
66
66
sed -i "/DEVELOPMENT TIP/d" web/docs/_index.md
67
67
head -n 10 web/docs/_index.md
68
68
@@ -79,7 +79,7 @@ jobs:
79
79
shell: bash
80
80
run: |
81
81
# Set version and tip visibility in docs index
82
-
sed -i 's/RELEASETYPE version MAJOR.MINOR/Legacy version ${{ inputs.displayMajorVersion }}.${{ inputs.displayMinorVersion }}/g' web/docs/_index.md
82
+
sed -i 's/DISSOLVERELEASETYPE version DISSOLVEMAJORVERSION.DISSOLVEMINORVERSION/Legacy version ${{ inputs.displayMajorVersion }}.${{ inputs.displayMinorVersion }}/g' web/docs/_index.md web/docs/examples/_index.md
# Copy over gsl libs so we can ship them with the bundle. Our exe is only linked to two of the four libs present, and this breaks the binary if we don't include them all in the package.
0 commit comments