Skip to content

Merge pull request #15 from powdr-labs/legal #7

Merge pull request #15 from powdr-labs/legal

Merge pull request #15 from powdr-labs/legal #7

Workflow file for this run

name: Deployment
permissions:
contents: write
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run build
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: out