Skip to content

Auto-publish the Design Principles. #156

Auto-publish the Design Principles.

Auto-publish the Design Principles. #156

Workflow file for this run

name: deploy
on:
pull_request: {}
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
BUILD_FAIL_ON: warning
GH_PAGES_BRANCH: gh-pages
W3C_BUILD_OVERRIDE: |
status: NOTE
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
W3C_WG_DECISION_URL: https://github.com/w3ctag/design-principles/pull/549