File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,16 +124,18 @@ jobs:
124124 - name : Install WordPress
125125 env :
126126 LOCAL_SCRIPT_DEBUG : ${{ inputs.LOCAL_SCRIPT_DEBUG }}
127- run : npm run env:install
128-
129- - name : Install Gutenberg
130- if : ${{ inputs.install-gutenberg }}
131127 run : |
132- npm run env:cli -- plugin install gutenberg \
133- ${{ inputs.gutenberg-version && '--version="${GUTENBERG_VERSION}"' || '' }} \
134- --path="/var/www/${LOCAL_DIR}"
135- env :
136- GUTENBERG_VERSION : ${{ inputs.gutenberg-version }}
128+ npm run env:install
129+ npm run build:dev
130+
131+ # - name: Install Gutenberg
132+ # if: ${{ inputs.install-gutenberg }}
133+ # run: |
134+ # npm run env:cli -- plugin install gutenberg \
135+ # ${{ inputs.gutenberg-version && '--version="${GUTENBERG_VERSION}"' || '' }} \
136+ # --path="/var/www/${LOCAL_DIR}"
137+ # env:
138+ # GUTENBERG_VERSION: ${{ inputs.gutenberg-version }}
137139
138140 - name : Install additional languages
139141 run : |
You can’t perform that action at this time.
0 commit comments