Commit c50cff7 1 parent 76eaa71 commit c50cff7 Copy full SHA for c50cff7
File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33
33
if : ${{ github.event_name == 'pull_request' }}
34
34
working-directory : docs/manual
35
35
run : |
36
- mike deploy --title "4.4 Latest " --alias-type=copy --update-aliases 4.4 latest
36
+ mike deploy --title "4.4" --alias-type=copy --update-aliases 4.4 latest
37
37
- name : deploy latest docs to gh-pages branch
38
38
if : ${{ github.event_name != 'pull_request' }}
39
39
working-directory : docs/manual
40
40
run : |
41
- mike deploy --push --title "4.4 Latest " --alias-type=copy --update-aliases 4.4 latest
41
+ mike deploy --push --title "4.4" --alias-type=copy --update-aliases 4.4 latest
Original file line number Diff line number Diff line change 84
84
version :
85
85
provider : mike
86
86
default : stable
87
+ alias : true
87
88
homepage : https://geonetwork-opensource.org/
88
89
social :
89
90
- icon : fontawesome/brands/github
Original file line number Diff line number Diff line change 1
1
{% extends "base.html" %}
2
2
3
3
{% block outdated %}
4
- GeoNetwork 4.4 is outdated .
4
+ GeoNetwork 4.4 is latest .
5
5
< a href ="{{ '../' ~ base_url }} "> < strong > Click here to go to stable.</ strong > </ a >
6
6
{% endblock %}
You can’t perform that action at this time.
0 commit comments