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 36b825e commit b559e98Copy full SHA for b559e98
.github/workflows/demo.yml
@@ -19,6 +19,9 @@ jobs:
19
- run: npm ci
20
- run: npm run demo:build
21
- run: npm run demo:test
22
+ - run: grep -rq "/fregante/" ./demo/dist
23
+ # https://github.com/refined-github/github-url-detection/pull/161
24
+ name: Ensure that the demo is built correctly
25
- name: Upload artifact
26
uses: actions/upload-pages-artifact@v1
27
with:
0 commit comments