Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/buildSite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ jobs:
# Download latest fpm-registry index
- name: Download fpm-registry index
run: |
cd ${{env.SRC_DIR}}/_data
wget ${{env.FPM_INDEX}}
mv index.json fpm_registry_index.json
wget ${{env.FPM_INDEX}} -O ${{env.SRC_DIR}}/_data/fpm_registry_index.json

# Run Jekyll build and copy output to PUBLISH_DIR
- name: Build Jekyll Site
Expand Down
4 changes: 2 additions & 2 deletions packages/category/fpm.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ <h3>Projects compatible with the
</tr>

<tr><td colspan="3" class="light small">
<b>Author: </b> {{ vers[1].author }} &nbsp &nbsp
<b>Maintainer: </b> {{ vers[1].maintainer }}
<b>Author: </b> {{ vers[1].author | join: " and " }} &nbsp &nbsp
<b>Maintainer: </b> {{ vers[1].maintainer | join: " and " }}
</td></tr>
{% if vers[1].description %}
<tr><td colspan="3" class="light small">
Expand Down