Skip to content

Commit

Permalink
Merge pull request #207 from commerce-docs/ds_fix-indexing
Browse files Browse the repository at this point in the history
Fix indexing workflow
  • Loading branch information
dshevtsov authored Nov 2, 2023
2 parents 150857c + 01ef19b commit c545625
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ jobs:
run: corepack enable

- name: Install Yarn v3
uses: borales/actions-yarn@v4
uses: borales/actions-yarn@v3
with:
cmd: set version stable

- name: Install dependencies
uses: borales/actions-yarn@v4
uses: borales/actions-yarn@v3
with:
cmd: install
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false

- name: Build site
uses: borales/actions-yarn@v4
uses: borales/actions-yarn@v3
with:
cmd: build
env:
Expand Down

0 comments on commit c545625

Please sign in to comment.