Skip to content

Commit db7a00d

Browse files
authoredJul 23, 2023
Fix: Sphinx Build CI #122 (#123)
* Update sphinx.yml * Update sphinx.yml * Update sphinx.yml * Update sphinx.yml * fix: redirection * fix: redirection * fix: redirection * fix: redirection * fix: redirection * fix: #11 bug in lang code * fix: ci * Update preview.yml * Update sphinx.yml * Update preview.yml * Update sphinx.yml
1 parent a340970 commit db7a00d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git checkout pr-${{github.event.issue.number}}
2424
2525
- name: Install dependencies
26-
uses: mamba-org/provision-with-micromamba@main
26+
uses: mamba-org/setup-micromamba@v1
2727
with:
2828
environment-file: environment.yaml
2929

‎.github/workflows/sphinx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v2
2626

2727
- name: Install dependencies
28-
uses: mamba-org/provision-with-micromamba@main
28+
uses: mamba-org/setup-micromamba@v1
2929
with:
3030
environment-file: environment.yaml
3131

‎pages/_templates/sbt-sidebar-footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{%- if lang == language %}
77
<b>{{lang.lower()[-2:]}}</b>
88
{%- else %}
9-
<a href="{{"https://fpm.fortran-lang.org/" + ('' if lang == 'en' else lang.lower()[-2:]) + "/" + pagename +".html" }}">{{lang.lower()[-2:]}}</a>
9+
<a href="{{"https://fpm.fortran-lang.org/" + ('' if lang == 'en' else lang) + "/" + pagename +".html" }}">{{lang.lower()[-2:]}}</a>
1010
{%- endif %}
1111
·
1212
{%- endfor %}

0 commit comments

Comments
 (0)