Skip to content

new version of form wrapper #132

new version of form wrapper

new version of form wrapper #132

Workflow file for this run

name: Deployment
on:
push:
tags:
- v*
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: nexys-system/[email protected]
with:
build-command: VITE_GIT_SHA=$GITHUB_SHA VITE_VERSION=${GITHUB_REF##*/} VITE_BASE=/react-headless yarn build --mode ghpages
- name: add 404
run: cp dist/index.html dist/404.html
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./dist