Skip to content

Commit

Permalink
Woops, need subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Nov 5, 2024
1 parent ca9325d commit 2e9ced0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/leaderboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
mkdir --parents gh-pages
rm --force gh-pages/index.md
echo -e "---\nlayout: default\n---\n" > index.md
echo -e "---\nlayout: default\n---\n" > gh-pages/index.md
slim-leaderboard --emoji --output_format MARKDOWN engineering.json >> gh-pages/index.md
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down
4 changes: 4 additions & 0 deletions engineering.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
{
"name" : "https://github.com/NASA-PDS/data-upload-manager",
"type" : "repository"
},
{
"name" : "https://github.com/NASA-PDS/pds4-jparser",
"type" : "repository"
}
]
}

0 comments on commit 2e9ced0

Please sign in to comment.