Skip to content

Commit cb663e3

Browse files
committed
reorder npm run commands to make p5.js-website update the correct version docs
1 parent 1902c1d commit cb663e3

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
@@ -89,11 +89,11 @@ jobs:
8989
run: |
9090
cd website
9191
npm install
92+
npm run build:p5-version
9293
npm run build:contributor-docs
9394
npm run build:contributors
9495
npm run build:reference
9596
npm run build:search
96-
npm run build:p5-version
9797
- name: Commit updated website files
9898
if: ${{ steps.semver.outputs.is-prerelease != 'true' }}
9999
run: |

0 commit comments

Comments
 (0)