From 2adae1957bb70957f9e2e13d82f5499d708473b7 Mon Sep 17 00:00:00 2001 From: Matt <1063391+MattReimer@users.noreply.github.com> Date: Fri, 12 Jan 2024 01:02:57 +0000 Subject: [PATCH] try switching the order --- pages-publish.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pages-publish.yml b/pages-publish.yml index 6877087b..46038ef6 100644 --- a/pages-publish.yml +++ b/pages-publish.yml @@ -29,6 +29,12 @@ jobs: - name: Checkout uses: actions/checkout@v3 + - name: Install Corepack and new yarn + run: | + npm install -g corepack + corepack enable + corepack yarn set version berry + - name: Setup Node uses: actions/setup-node@v4 with: @@ -36,11 +42,6 @@ jobs: cache-dependency-path: ./docs/package.json cache: yarn - - name: Install Corepack and new yarn - run: | - npm install -g corepack - corepack enable - corepack yarn set version berry - name: Setup Pages id: pages