Skip to content

Commit

Permalink
Merge pull request #334 from steilerDev/dev
Browse files Browse the repository at this point in the history
stage for beta release
  • Loading branch information
Frank Steiler authored Sep 18, 2023
2 parents 8300586 + 9a95eba commit afc42df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
run: cp README.md LICENSE ${{ inputs.docs-path }}/${{ steps.get-docs-config.outputs.docs-dir }}/
- id: build-cli-reference
shell: bash
run: (cd ${{ inputs.app-path }}; npm run doc:cli -- "${{ inputs.docs-path }}/${{ steps.get-docs-config.outputs.docs-dir }}")
run: (cd ${{ inputs.app-path }}; npm run doc:cli -- "${{ github.workspace }}/${{ inputs.docs-path }}/${{ steps.get-docs-config.outputs.docs-dir }}")
- id: build-mkdocs
shell: bash
run: (cd ${{ inputs.docs-path }}; mkdocs build)
Expand Down

0 comments on commit afc42df

Please sign in to comment.