From 3ac6b42e16dca5a44ed3fec2c0314f1dbbc2322b Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sun, 16 Jul 2023 06:02:12 +0000
Subject: [PATCH] finish path refactoring, add sourcemap + better trace support
---
.github/workflows/deploy.yaml | 12 ++++--------
1 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index c7adc45..6c9adda 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -30,12 +30,8 @@
- run: npm ci
- - name: Build Quartz
- run: npx quartz build
+ - name: Test
+ run: npm test
- # TODO: when we actually release
- # - name: Deploy
- # uses: peaceiris/actions-gh-pages@v3
- # with:
- # github_token: ${{ secrets.GITHUB_TOKEN }}
- # publish_dir: ./public
+ - name: Ensure Quartz builds
+ run: npx quartz build
--
Gitblit v1.10.0