Skip to content

Commit

Permalink
Fix source directory variable (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbaldry authored Sep 23, 2024
1 parent 93a34b8 commit 95bda71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish-technical-documentation-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
- name: Build website
shell: bash
run: |
docker run -v "${PWD}/${{ inputs.suorce_directory }}:/hugo/${{ inputs.website_directory }}" --rm grafana/docs-base:latest /bin/bash -c 'make hugo'
docker run -v "${PWD}/${{ inputs.source_directory }}:/hugo/${{ inputs.website_directory }}" --rm grafana/docs-base:latest /bin/bash -c 'make hugo'
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@main
Expand Down

0 comments on commit 95bda71

Please sign in to comment.