Skip to content

Commit 7742c5b

Browse files
authored
Merge pull request #61 from pyscript/pe-build-site
Enable a workflow step to build the gallery and deploy to GHP.
2 parents 4c87fcc + a3838f1 commit 7742c5b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,12 @@ jobs:
7777
tag: ${{ steps.check-version.outputs.tag }}
7878
env:
7979
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80+
81+
- name: Build Gallery
82+
run: |
83+
poetry run psc build
84+
85+
- name: Deploy Gallery
86+
uses: JamesIves/github-pages-deploy-action@v4
87+
with:
88+
folder: dist/public

0 commit comments

Comments
 (0)