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 a10c620 commit 97471c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,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 && git status'
run: 'cd docs/site && jekyll build'
- name: Deploy cldr.pages.dev
id: deploy
uses: cloudflare/wrangler-action@v3
Expand All @@ -59,3 +59,5 @@ jobs:
repo: context.repo.repo,
labels: ['Site Update']
})
- name: Check for Dirty Files
run: 'git status'

0 comments on commit 97471c4

Please sign in to comment.