Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux authored Jul 26, 2024
1 parent 0997278 commit 3ea979c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-federation-wallet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
docker run -v `pwd`:/data danielfett/markdown2rfc openid-federation-wallet-1_0.md
- name: rename
run: |
mv ./openid-federation-wallet-1_0*.html ./html/openid-federation-wallet-$BRANCH_NAME.html
mv ./openid-federation-wallet*.html ./html/openid-federation-wallet-$BRANCH_NAME.html
- name: Deploy to GitHub Pages
if: success()
Expand Down

0 comments on commit 3ea979c

Please sign in to comment.