Skip to content

Updated spec.md to point to final published standard #12

Updated spec.md to point to final published standard

Updated spec.md to point to final published standard #12

Workflow file for this run

name: "Jekyll build and publish"
on:
push:
branches: [master]
workflow_dispatch:
jobs:
jekyll:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/build-playground
with:
outPath: ./playground
- uses: helaili/jekyll-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
target_branch: gh-pages