File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 25
25
- name : Fetch data for meshery tag
26
26
run : |
27
27
curl -L http://discuss.meshery.io/tag/meshery.json -o docs/_data/discuss/meshery.json
28
+ sed -i 's|https://discuss.layer5.io|http://discuss.meshery.io|g' docs/_data/discuss/meshery.json
29
+ sed -i 's|discuss.layer5.io|discuss.meshery.io|g' docs/_data/discuss/meshery.json
28
30
29
31
- name : Pull changes from remote
30
32
run : git pull origin master
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ <h2>Recent Discussions with "{{ include.tag }}" Tag</h2>
29
29
<!-- -->
30
30
< li class ="post ">
31
31
< span class ="post-date "> {{ post.created_at | date: "%b %d" }} | </ span >
32
- < a href ="https ://discuss.meshery.io/t/{{ post.slug }}/{{ post.id }} "> {{ post.title }}</ a >
32
+ < a href ="http ://discuss.meshery.io/t/{{ post.slug }}/{{ post.id }} "> {{ post.title }}</ a >
33
33
< span class ="poost-author ">
34
34
{%for user in users%} {% if(post.posters[0].user_id == user.id)%} {%assign author = user.name%} {%break%}
35
35
{%endif%} {%endfor%} by {{author}}
You can’t perform that action at this time.
0 commit comments