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 c2ba92e commit 647e012Copy full SHA for 647e012
.github/workflows/deploy-pages-v2.yml
@@ -3,7 +3,7 @@ name: Deploy v2 to GitHub Pages
3
4
on:
5
push:
6
- branches: ["main", "259-siwf-create-assets-directory"]
+ branches: ["259-siwf-create-assets-directory"]
7
workflow_dispatch:
8
9
permissions:
index.html
@@ -34,7 +34,7 @@ <h1>Sign-In With Frequency (SIWF)</h1>
34
35
<h2>Assets</h2>
36
<ul>
37
- <li><a href="/siwf/assets/">Assets</a></li>
+ <li><a href="/siwf/vs/assets/">Assets</a></li>
38
</ul>
39
40
<h2>SIWF v2</h2>
0 commit comments