From a3838f19cceccf27aed25065c5346bb28bace070 Mon Sep 17 00:00:00 2001 From: pauleveritt Date: Sun, 20 Nov 2022 07:37:32 -0500 Subject: [PATCH] Enable a workflow step to build the gallery and deploy to GHP. --- .github/workflows/release.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a8e3a7e..9556635 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,3 +77,12 @@ jobs: tag: ${{ steps.check-version.outputs.tag }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + - name: Build Gallery + run: | + poetry run psc build + + - name: Deploy Gallery + uses: JamesIves/github-pages-deploy-action@v4 + with: + folder: dist/public