File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
git checkout pr-${{github.event.issue.number}}
24
24
25
25
- name : Install dependencies
26
- uses : mamba-org/provision-with- micromamba@main
26
+ uses : mamba-org/setup- micromamba@v1
27
27
with :
28
28
environment-file : environment.yaml
29
29
Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@v2
26
26
27
27
- name : Install dependencies
28
- uses : mamba-org/provision-with- micromamba@main
28
+ uses : mamba-org/setup- micromamba@v1
29
29
with :
30
30
environment-file : environment.yaml
31
31
Original file line number Diff line number Diff line change 6
6
{%- if lang == language %}
7
7
< b > {{lang.lower()[-2:]}}</ b >
8
8
{%- 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 >
10
10
{%- endif %}
11
11
·
12
12
{%- endfor %}
You can’t perform that action at this time.
0 commit comments