From 97471c4fa3dfb446de0bd632574cdc615dcae8ce Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 28 Aug 2024 12:11:19 -0500 Subject: [PATCH] CLDR-17803 docs/site: update label and workflow --- .github/workflows/site.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 9e96ac80e0f..d14dd730a41 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -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 @@ -59,3 +59,5 @@ jobs: repo: context.repo.repo, labels: ['Site Update'] }) + - name: Check for Dirty Files + run: 'git status'