Skip to content

Add indentation to asset index #13

Add indentation to asset index

Add indentation to asset index #13

Workflow file for this run

name: Website
on:
push:
branches:
- main
paths:
- website/**
- packages/**/src/**
pull_request:
branches:
- main
jobs:
website:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- run: yarn install && yarn build
working-directory: website
- uses: denoland/deployctl@v1
with:
project: interactors
entrypoint: https://deno.land/[email protected]/http/file_server.ts
root: website/build