From 43a0e7606aa77f834a73e49c019a77107e16b463 Mon Sep 17 00:00:00 2001 From: Nev Wylie <54870357+MSNev@users.noreply.github.com> Date: Tue, 4 Feb 2025 17:59:05 -0800 Subject: [PATCH] Fix jekyll gh pages action which was broken by the rush update --- .github/workflows/jekyll-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index e120f28a6..1a821484b 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -38,7 +38,7 @@ jobs: - run: npm install grunt-cli - run: npm install - run: node common/scripts/install-run-rush.js check - - run: node common/scripts/install-run-rush.js install + - run: node common/scripts/install-run-rush.js update --full --recheck - run: npm run build --verbose timeout-minutes: 20 - name: doc generate