Skip to content

Merge pull request #281 from spatial-model-editor/dependabot/npm_and_… #705

Merge pull request #281 from spatial-model-editor/dependabot/npm_and_…

Merge pull request #281 from spatial-model-editor/dependabot/npm_and_… #705

Workflow file for this run

name: "Deploy"
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: npm install
- run: npm run build
- uses: JamesIves/github-pages-deploy-action@v4
name: Deploy to gh-pages
with:
branch: gh-pages
folder: dist
single-commit: true