From ddb7c35d5557fc00f7d4f798a5fb5a2f6bc7ecdf Mon Sep 17 00:00:00 2001 From: siyuniu-ms <123212536+siyuniu-ms@users.noreply.github.com> Date: Thu, 18 Jan 2024 10:33:42 -0800 Subject: [PATCH] Update jekyll-gh-pages2.yml --- .github/workflows/jekyll-gh-pages2.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/jekyll-gh-pages2.yml b/.github/workflows/jekyll-gh-pages2.yml index 56942db3f..40207e1bc 100644 --- a/.github/workflows/jekyll-gh-pages2.yml +++ b/.github/workflows/jekyll-gh-pages2.yml @@ -32,12 +32,7 @@ jobs: run: | npm install -g @microsoft/rush rush update --recheck --purge --full - - name: Build Snippet File - run: | - cd tools/applicationinsights-web-snippet - pwd - npm install - npm run build + rush rebuild - name: Setup Pages uses: actions/configure-pages@v4 - name: Build with Jekyll