Skip to content

✨ Add sitemap.xml to interactors site. #5

✨ Add sitemap.xml to interactors site.

✨ Add sitemap.xml to interactors site. #5

Workflow file for this run

name: Website
on:
push:
branches:
- main
- www # remove this branch once this is merged to main
paths:
- website/**
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