Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Brink <[email protected]>
  • Loading branch information
henrybrink committed May 8, 2024
1 parent bf0ef2a commit cb3dc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/timetracking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Fetch the current timetracking data
run: cd docs/guidelines/timetracking && ./get_data.sh
run: cd docs/project/timetracking && ./get_data.sh
- name: Install Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit cb3dc2b

Please sign in to comment.