workflow/deploy_microsite: re-enable publish

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-08-30 16:25:36 +02:00
parent 8bbe3474b7
commit 2693b3113c
+5 -6
View File
@@ -1,6 +1,5 @@
name: Deploy Microsite
on:
pull_request: # DEBUG ONLY
push:
branches:
- master
@@ -220,8 +219,8 @@ jobs:
- name: Check the build output
run: ls microsite/build && ls microsite/build/storybook
# - name: Deploy both microsite and storybook to gh-pages
# uses: JamesIves/github-pages-deploy-action@94f3c658273cf92fb48ef99e5fbc02bd2dc642b2 # v4.6.3
# with:
# branch: gh-pages
# folder: microsite/build
- name: Deploy both microsite and storybook to gh-pages
uses: JamesIves/github-pages-deploy-action@94f3c658273cf92fb48ef99e5fbc02bd2dc642b2 # v4.6.3
with:
branch: gh-pages
folder: microsite/build