Skip to content

Commit

Permalink
Merge pull request #18 from w3c/xueyuanjia-patch-1
Browse files Browse the repository at this point in the history
Chinese translation of index.html
  • Loading branch information
dontcallmedom authored Mar 21, 2024
2 parents 7dae4e2 + 08a034b commit 5539a7e
Show file tree
Hide file tree
Showing 4 changed files with 459 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/auto-publish-zh.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Auto publish ZH
on:
pull_request: {}
push:
paths:
- index-zh.html
branches: [main]
jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-20.04
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
SOURCE: index-zh.html
GH_PAGES_BRANCH: gh-pages
TOOLCHAIN: respec
3 changes: 3 additions & 0 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Auto publish
on:
pull_request: {}
push:
paths:
- index.html
branches: [main]
jobs:
main:
Expand All @@ -14,3 +16,4 @@ jobs:
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
SOURCE: index.html
Loading

0 comments on commit 5539a7e

Please sign in to comment.