Skip to content

Commit 79da41e

Browse files
committed
Spaces nach {{
1 parent c3e95f7 commit 79da41e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • action-templates/actions/action-build-docs

action-templates/actions/action-build-docs/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)