Skip to content

Commit 354c2be

Browse files
committed
fix: ref to wg draft build preview
1 parent 67d23ba commit 354c2be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-openidfed4wallet.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,8 @@ jobs:
5353
run: |
5454
mv ./openid-federation-4-wallet-architectures-1_0*.html ./html/openid-federation-4-wallet-architectures-wg-$BRANCH_NAME.html
5555
56-
publish-to-pages:
5756
name: Publish to GitHub Pages
58-
needs: compile-oidfed4wa
59-
runs-on: ubuntu-latest
57+
if: success()
6058
uses: crazy-max/ghaction-github-pages@v2
6159
with:
6260
target_branch: gh-pages

0 commit comments

Comments
 (0)