Skip to content

Commit

Permalink
CU
Browse files Browse the repository at this point in the history
  • Loading branch information
vvasuki committed Mar 6, 2024
1 parent f603db8 commit 721a15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
content/**
- name: Setup Hugo
id: setup_hugo
if: ${{ steps.changed-files.conclusion == 'skipped' || steps.changed-files-yaml.outputs.test_any_changed == 'true'}}
if: ${{ steps.changed-files.conclusion == 'skipped' || steps.changed-files.outputs.any_changed == 'true'}}
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "0.122.0"
Expand Down

0 comments on commit 721a15f

Please sign in to comment.