Skip to content

Commit

Permalink
CLDR-17803 docs/site: clean up wrangler output
Browse files Browse the repository at this point in the history
- pre-emptively install wrangler
- see cloudflare/wrangler-action#286 - otherwise wrangler leaves the repo a mess.
  • Loading branch information
srl295 committed Aug 28, 2024
1 parent 97471c4 commit e52d25d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
run: 'gem install bundler jekyll kramdown-parser-gfm webrick'
- name: Build cldr.pages.dev
run: 'cd docs/site && jekyll build'
- name: Pre-install Wrangler
run: npm i -g [email protected]
# see https://github.com/cloudflare/wrangler-action/issues/286
- name: Deploy cldr.pages.dev
id: deploy
uses: cloudflare/wrangler-action@v3
Expand All @@ -59,5 +62,3 @@ jobs:
repo: context.repo.repo,
labels: ['Site Update']
})
- name: Check for Dirty Files
run: 'git status'

0 comments on commit e52d25d

Please sign in to comment.