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:
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 : |
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments