Skip to content

docs: suggest right permissions for write access (#159) #91

docs: suggest right permissions for write access (#159)

docs: suggest right permissions for write access (#159) #91

Workflow file for this run

name: Docs
on:
pull_request:
paths: ["docs/**"]
push:
branches: ["main"]
paths: ["docs/**"]
workflow_dispatch: {}
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 1
PUPPETEER_EXECUTABLE_PATH: /usr/bin/google-chrome
jobs:
lint:
name: Build Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: w3c/spec-prod@v2
with:
SOURCE: docs/index.html
DESTINATION: index.html
TOOLCHAIN: respec
GH_PAGES_BRANCH: gh-pages