File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,11 +90,11 @@ jobs:
90
90
run : |
91
91
cd website
92
92
npm install
93
+ npm run build:p5-version
93
94
npm run build:contributor-docs
94
95
npm run build:contributors
95
96
npm run build:reference
96
97
npm run build:search
97
- npm run build:p5-version
98
98
- name : Commit updated website files
99
99
if : ${{ steps.semver.outputs.is-prerelease != 'true' }}
100
100
run : |
Original file line number Diff line number Diff line change @@ -88,11 +88,11 @@ jobs:
88
88
run : |
89
89
cd website
90
90
npm install
91
+ npm run build:p5-version
91
92
npm run build:contributor-docs
92
93
npm run build:contributors
93
94
npm run build:reference
94
95
npm run build:search
95
- npm run build:p5-version
96
96
- name : Commit updated website files
97
97
if : ${{ steps.semver.outputs.is-prerelease != 'true' }}
98
98
run : |
You can’t perform that action at this time.
0 commit comments