Skip to content

Commit

Permalink
fixed syntax error number 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritten11 committed Feb 5, 2024
1 parent 8b0e010 commit b02b097
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update_keyword_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.

- name: Get changed files in the theses directory
id: changed-files-specific
uses: tj-actions/changed-files@v42
with:
files: _theses_dir/** # Alternatively using: `docs/**`
id: changed-files-specific
uses: tj-actions/changed-files@v42
with:
files: _theses_dir/** # Alternatively using: `docs/**`

- name: Run step if any file(s) in the docs folder change
env:
Expand Down

0 comments on commit b02b097

Please sign in to comment.