Skip to content

Commit

Permalink
CU
Browse files Browse the repository at this point in the history
  • Loading branch information
vvasuki committed Feb 13, 2024
1 parent 0014137 commit 466eced
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
fetch-depth: 1
- name: Update submodules
id: update_submods
if: ${{ steps.changed-files.conclusion == 'skipped' || steps.filter_changed_files.outputs.count != '0'}}
run: |
set -o xtrace
echo "=====${{ steps.changed-files.outputs.all_changed_files}}======"
Expand All @@ -48,7 +47,7 @@ jobs:
- name: Setup Hugo
id: setup_hugo
if: steps.update_submods.conclusion == 'success'
if: ${{ steps.changed-files.conclusion == 'skipped' || steps.filter_changed_files.outputs.count != '0'}}
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "0.122.0"
Expand Down

0 comments on commit 466eced

Please sign in to comment.