File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 33
33
run : |
34
34
touch _build/.nojekyll
35
35
36
+ - name : Create CNAME file
37
+ run : |
38
+ if [ ! -z ${CNAME// } ]; then
39
+ echo ${CNAME} > _build/CNAME
40
+ fi
41
+ env :
42
+ CNAME : ${{ secrets.CNAME }}
43
+
36
44
-
uses :
JamesIves/[email protected]
37
45
if : ${{ github.event_name == 'push' && steps.deploy-on-push.outputs.result != 0 }}
38
46
with :
Original file line number Diff line number Diff line change 37
37
"""
38
38
39
39
html_theme_options = {
40
- "repository_url" : "https://github.com/awvwgk /fpm-docs" ,
40
+ "repository_url" : "https://github.com/fortran-lang /fpm-docs" ,
41
41
"repository_branch" : "main" ,
42
42
"use_repository_button" : True ,
43
43
"use_edit_page_button" : True ,
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ This section contains the specifications the components of the Fortran package m
7
7
:::
8
8
9
9
:::{tip}
10
- The generated API documentation of the fpm internals can be found at https://fpm. fortran-lang.org .
10
+ The generated API documentation of the fpm internals can be found [ here ] ( https://fortran-lang.github.io/fpm ) .
11
11
:::
12
12
13
13
:::{toctree}
14
14
manifest
15
- API documentation < https://fpm. fortran-lang.org >
15
+ API documentation < https://fortran-lang.github.io/fpm >
16
16
:::
You can’t perform that action at this time.
0 commit comments