File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
- name : Build Documentation
16
16
run : ford docs.md
17
17
-
uses :
JamesIves/[email protected]
18
- if : github.event_name == 'push' && github.repository == 'fortran-lang/fpm' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/master ' )
18
+ if : github.event_name == 'push' && github.repository == 'fortran-lang/fpm' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/main ' )
19
19
with :
20
20
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21
21
BRANCH : gh-pages
Original file line number Diff line number Diff line change 2
2
project : Fortran-lang/fpm
3
3
summary : Fortran Package Manager
4
4
project_github : https://github.com/fortran-lang/fpm
5
- project_download : https://github.com/fortran-lang/fpm/archive/master .zip
5
+ project_download : https://github.com/fortran-lang/fpm/archive/main .zip
6
6
author : fortran-lang/fpm contributors
7
7
author_pic : https://fortran-lang.org/assets/img/fortran_logo_512x512.png
8
8
Original file line number Diff line number Diff line change @@ -131,9 +131,9 @@ subroutine cmd_new(settings)
131
131
&' # The fpm home page at ' ,&
132
132
&' # https://github.com/fortran-lang/fpm ' ,&
133
133
&' # A complete list of keys and their attributes at ' ,&
134
- &' # https://github.com/fortran-lang/fpm/blob/master /manifest-reference.md ' ,&
134
+ &' # https://github.com/fortran-lang/fpm/blob/main /manifest-reference.md ' ,&
135
135
&' # examples of fpm project packaging at ' ,&
136
- &' # https://github.com/fortran-lang/fpm/blob/master /PACKAGING.md ' ,&
136
+ &' # https://github.com/fortran-lang/fpm/blob/main /PACKAGING.md ' ,&
137
137
&' # The Fortran TOML file interface and it'' s references at ' ,&
138
138
&' # https://github.com/toml-f/toml-f ' ,&
139
139
&' # ' ,&
Original file line number Diff line number Diff line change @@ -723,7 +723,7 @@ subroutine set_help()
723
723
' + The fpm(1) home page is at https://github.com/fortran-lang/fpm ' , &
724
724
' + Registered fpm(1) packages are at https://fortran-lang.org/packages ' , &
725
725
' + The fpm(1) TOML file format is described at ' , &
726
- ' https://github.com/fortran-lang/fpm/blob/master /manifest-reference.md ' , &
726
+ ' https://github.com/fortran-lang/fpm/blob/main /manifest-reference.md ' , &
727
727
' ' ]
728
728
help_list= [character (len= 80 ) :: &
729
729
' NAME ' , &
You can’t perform that action at this time.
0 commit comments