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 4191d55 commit d550d6eCopy full SHA for d550d6e
1 file changed
.github/workflows/deploy.yml
@@ -37,6 +37,9 @@ jobs:
37
- name: Build
38
run: npm run build
39
40
+ - name: Verify build output
41
+ run: cat dist/index.html
42
+
43
- name: Setup Pages
44
uses: actions/configure-pages@v4
45
0 commit comments