From ddfc3626efd42384db18338e3bb319853993b1c1 Mon Sep 17 00:00:00 2001 From: Ron de las Alas Date: Tue, 24 Oct 2023 13:04:41 -0400 Subject: [PATCH] ci: deploy gh pages --- .github/workflows/deploy.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 72411f423f..01ef0da73b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,4 +47,11 @@ jobs: run: npm run test:messages - name: Run Unit Tests run: DISPLAY=:99 npm run test:unit - - run: cd gh-pages && ls -la + - name: Remove Closure App + run: rimraf gh-pages/closure-library/scripts/ci/CloseAdobeDialog.exe + - name: Deploy playground to GitHub Pages + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: gh-pages/playground + full_commit_message: "Build for ${{ github.sha }} ${{ github.event.head_commit.message }}"