diff --git a/.github/workflows/build-federation-extended-listing.yml b/.github/workflows/build-federation-extended-listing.yml index ca2920b..4c50f07 100644 --- a/.github/workflows/build-federation-extended-listing.yml +++ b/.github/workflows/build-federation-extended-listing.yml @@ -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()