File tree Expand file tree Collapse file tree
action-templates/actions/action-build-docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ runs:
3636 - name : Setup Pages
3737 uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
3838 - name : Install dependencies
39- run : npm --prefix ./${{inputs.docs-path }} ci
39+ run : npm --prefix ./${{ inputs.docs-path }} ci
4040 shell : bash
4141 - name : Run lint
42- run : npm run --prefix ./${{inputs.docs-path}} lint
42+ run : npm run --prefix ./${{ inputs.docs-path }} lint
4343 shell : bash
4444 - name : Build with VitePress
45- run : npm --prefix ./${{inputs.docs-path }} run ${{ inputs.build-cmd }}
45+ run : npm --prefix ./${{ inputs.docs-path }} run ${{ inputs.build-cmd }}
4646 shell : bash
4747 - name : Upload artifact
4848 uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
You can’t perform that action at this time.
0 commit comments