From 25e9a15f1bba9ae02d991de405c19340fbc74a13 Mon Sep 17 00:00:00 2001 From: Ron de las Alas Date: Wed, 25 Oct 2023 10:28:32 -0400 Subject: [PATCH] ci: build then deploy --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1e2dfa843c..9074bac82b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -49,6 +49,8 @@ jobs: run: DISPLAY=:99 npm run test:unit - name: Remove Closure App run: rm -rf gh-pages/closure-library/scripts/ci/CloseAdobeDialog.exe + - name: build? + run: gh-pages -t -d - name: Deploy playground to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: