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 @@ -89,11 +89,11 @@ jobs:
89
89
run : |
90
90
cd website
91
91
npm install
92
+ npm run build:p5-version
92
93
npm run build:contributor-docs
93
94
npm run build:contributors
94
95
npm run build:reference
95
96
npm run build:search
96
- npm run build:p5-version
97
97
- name : Commit updated website files
98
98
if : ${{ steps.semver.outputs.is-prerelease != 'true' }}
99
99
run : |
You can’t perform that action at this time.
0 commit comments