Skip to content

Commit

Permalink
Test with command quoted
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Baldry <[email protected]>
  • Loading branch information
jdbaldry committed Jan 13, 2025
1 parent db6c03b commit 365b001
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/validate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ jobs:
- name: Build website
uses: grafana/writers-toolkit/build-website@361c559bc9a5a95e12a4d335dd595c899c1347de # build-website/v1.0.0
with:
SOURCE_DIRECTORY: ${{ inputs.source_directory }}
WEBSITE_DIRECTORY: ${{ inputs.website_directory }}
command: |
'make hugo'
source_directory: ${{ inputs.source_directory }}
website_directory: ${{ inputs.website_directory }}

vale:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 365b001

Please sign in to comment.