We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1902c1d commit cb663e3Copy full SHA for cb663e3
.github/workflows/release-workflow-v2.yml
@@ -90,11 +90,11 @@ jobs:
90
run: |
91
cd website
92
npm install
93
+ npm run build:p5-version
94
npm run build:contributor-docs
95
npm run build:contributors
96
npm run build:reference
97
npm run build:search
- npm run build:p5-version
98
- name: Commit updated website files
99
if: ${{ steps.semver.outputs.is-prerelease != 'true' }}
100
.github/workflows/release-workflow.yml
@@ -89,11 +89,11 @@ jobs:
89
0 commit comments