Skip to content

Commit 414c414

Browse files
committed
reorder npm run commands to make p5.js-website update the correct version docs
1 parent eada7d6 commit 414c414

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-workflow-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ jobs:
9090
run: |
9191
cd website
9292
npm install
93+
npm run build:p5-version
9394
npm run build:contributor-docs
9495
npm run build:contributors
9596
npm run build:reference
9697
npm run build:search
97-
npm run build:p5-version
9898
- name: Commit updated website files
9999
if: ${{ steps.semver.outputs.is-prerelease != 'true' }}
100100
run: |

.github/workflows/release-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ jobs:
8888
run: |
8989
cd website
9090
npm install
91+
npm run build:p5-version
9192
npm run build:contributor-docs
9293
npm run build:contributors
9394
npm run build:reference
9495
npm run build:search
95-
npm run build:p5-version
9696
- name: Commit updated website files
9797
if: ${{ steps.semver.outputs.is-prerelease != 'true' }}
9898
run: |

0 commit comments

Comments
 (0)