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 08c3394 commit 6160d24Copy full SHA for 6160d24
1 file changed
.github/workflows/deploy.yml
@@ -37,12 +37,13 @@ jobs:
37
- run: deno fmt --check
38
- run: deno lint
39
- run: deno task check
40
- - run: deno task test
41
42
- run: deno task build
43
env:
44
BASE_PATH: /documents
45
+ - run: deno task test
46
+
47
# Upload artifact for GitHub Pages
48
- name: Upload artifact
49
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
0 commit comments