diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 1e79d45e..506b85da 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -42,9 +42,9 @@ jobs: uses: yumemi-inc/changed-files@v3 id: changed with: - patterns: '*agenda*.md' - if: steps.changed.outputs.exists == 'true' - run: agenda_build + patterns: '*agenda*.md' + if: steps.changed.outputs.exists == 'true' + run: agenda_build deploy: runs-on: ubuntu-latest