Skip to content

Commit

Permalink
Publish an index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidePrincipi committed Dec 13, 2023
1 parent d099558 commit 22c210c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/repomd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
mkdir -p .dst
mv repodata.json .dst/
cp -a $(ls -d */) .dst/
cp README.md .dst/index.md
git add .dst/
TREE=$(git write-tree --prefix=.dst)
COMMIT=$(git commit-tree -m "${COMMIT_MESSAGE}" ${TREE})
Expand Down

0 comments on commit 22c210c

Please sign in to comment.