Skip to content

Commit

Permalink
CLDR-17803 docs/site: update label and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Aug 28, 2024
1 parent 20ae6fa commit a10c620
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,17 @@ permissions:
on:
pull_request:
paths:
- "tools/scripts/tr-archive/**"
- "docs/**"
- '.github/workflows/gh-pages.yml'
# - "tools/scripts/tr-archive/**"
- "docs/site/**"
- '.github/workflows/site.yml'
push:
branches:
- main
- "maint/maint-*"
tags:
- "release-*"
# Only run if docs change.
paths:
- "tools/scripts/tr-archive/**"
- "docs/**"
- '.github/workflows/gh-pages.yml'
# - "tools/scripts/tr-archive/**"
- "docs/site/**"
- '.github/workflows/site.yml'

jobs:
cloudflare:
Expand All @@ -38,7 +35,7 @@ jobs:
- name: Setup Jekyll
run: 'gem install bundler jekyll kramdown-parser-gfm webrick'
- name: Build cldr.pages.dev
run: 'cd docs/site && jekyll build'
run: 'cd docs/site && jekyll build && git status'
- name: Deploy cldr.pages.dev
id: deploy
uses: cloudflare/wrangler-action@v3
Expand Down

0 comments on commit a10c620

Please sign in to comment.