diff --git a/.github/workflows/import_file.yml b/.github/workflows/import_file.yml index f5542e3..763129b 100644 --- a/.github/workflows/import_file.yml +++ b/.github/workflows/import_file.yml @@ -33,7 +33,7 @@ jobs: run: | git config user.name "{{ github.actor }}" git config user.email "{{ github.actor }}@users.noreply.github.com" - git add data/data.yml + git add _data/data.yml git commit -m "Updated the data.yml sourced from australianbiocommons.github.io" git push fi \ No newline at end of file