diff --git a/.github/workflows/import_file.yml b/.github/workflows/import_file.yml index 7f2b1eb..c0549c2 100644 --- a/.github/workflows/import_file.yml +++ b/.github/workflows/import_file.yml @@ -36,7 +36,7 @@ jobs: run: | git config user.name github-actions git config user.email github-actions@github.com - git add _data/data.yaml + git add data/data.yaml git commit -m "Updated the data.yml sourced from australianbiocommons.github.io" git push fi \ No newline at end of file