Skip to content

Try using spec-prod rather than the remote bikeshed server #62

Try using spec-prod rather than the remote bikeshed server

Try using spec-prod rather than the remote bikeshed server #62

Workflow file for this run

name: Deploy
on: [push]
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Build spec
uses: w3c/spec-prod@v2
with:
TOOLCHAIN: bikeshed
DESTINATION: out/index.html
- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "proposal-min-common-api"
entrypoint: "https://deno.land/[email protected]/http/file_server.ts"
root: out/