From 906f91f8eed5e91a7afae95c7002a3e4553d6aae Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 13 Jul 2023 07:19:35 +0000
Subject: [PATCH] base path refactor, more docs
---
.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