Skip to content

Commit

Permalink
Add a CI for the docs, using the old version described in the docs th…
Browse files Browse the repository at this point in the history
…emselves.
  • Loading branch information
tabatkins committed Nov 21, 2024
1 parent ba3b0f6 commit b10dbe9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build Docs
on:
workflow_dispatch: {}
jobs:
main:
name: Build & Deploy Docs
runs-on: ubuntu-20.04
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: w3c/spec-prod@v2
with:
TOOLCHAIN: bikeshed

# Modify as appropriate
GH_PAGES_BRANCH: main

# if your doc isn't in the root folder,
# or Bikeshed otherwise can't find it:
SOURCE: docs/index.bs

0 comments on commit b10dbe9

Please sign in to comment.