Skip to content

Commit 93c221a

Browse files
committed
main doc page is the module page.
1 parent 08cce19 commit 93c221a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ else #running under travis
5858
mkdir "$TRAVIS_TAG"
5959
mkdir "$TRAVIS_TAG/tests"
6060
# Add an entry in index.html for the new tag, assume none exists
61-
awk '/<!--Next stable release goes here-->/{print "<a href=\"./'"$TRAVIS_TAG"'/masterindex.html\" class=\"indexitem\" >'"$TRAVIS_TAG"'</a>"}1' index.html > index2.html && mv index2.html index.html
61+
awk '/<!--Next stable release goes here-->/{print "<a href=\"./'"$TRAVIS_TAG"'/json_module_f90.html\" class=\"indexitem\" >'"$TRAVIS_TAG"'</a>"}1' index.html > index2.html && mv index2.html index.html
6262
FILES=$(find ../documentation -name '*.*') #get all the files (including in subdirectories)
6363
for f in $FILES; do # add tag info to headers and clean line endings
6464
sed '/[^#]robo_top_of_doc/ s;jsonfortran</a>;jsonfortran '"$TRAVIS_TAG"'</a>;' $f | sed 's/ *$//' > "$TRAVIS_TAG/${f##*documentation/}"

0 commit comments

Comments
 (0)