Skip to content

Commit

Permalink
fixed c&p error
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFraser1999 committed Aug 2, 2024
1 parent b97ce9b commit 4eb766a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-federation-extended-listing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:

- name: Run the build process with Docker
run: |
docker run -v `pwd`:/data danielfett/markdown2rfc openid-federation-wallet-1_0.md
docker run -v `pwd`:/data danielfett/markdown2rfc openid-federation-extended-listing-1_0.md
- name: rename
run: |
mv ./openid-federation-wallet*.html ./html/$BRANCH_NAME.html
mv ./openid-federation-extended-listing*.html ./html/$BRANCH_NAME.html
- name: Deploy to GitHub Pages
if: success()
Expand Down

0 comments on commit 4eb766a

Please sign in to comment.