We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0997278 commit 3ea979cCopy full SHA for 3ea979c
.github/workflows/build-federation-wallet.yml
@@ -62,7 +62,7 @@ jobs:
62
docker run -v `pwd`:/data danielfett/markdown2rfc openid-federation-wallet-1_0.md
63
- name: rename
64
run: |
65
- 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
66
67
- name: Deploy to GitHub Pages
68
if: success()
0 commit comments