Skip to content

Deploy Website [on latest release] #34

Deploy Website [on latest release]

Deploy Website [on latest release] #34

name: Deploy Website [on latest release]
on:
release:
types:
- 'released'
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 18
cache: 'yarn'
- name: Install and Build
run: |
export NODE_OPTIONS="--max_old_space_size=4096"
yarn install
- name: Update version.md
run: |
touch packages/website/static/version.md
git log -1 &>> packages/website/static/version.md
- name: Build
run: |
yarn ci:deploy
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: packages/website/build # The folder the action should deploy.
clean: true
clean-exclude: |
nightly
storybook
playground
v1
googlea519d963aa8f580f.html