Nguyen Quang Truong commited on
Commit
7415556
·
1 Parent(s): ec57836
Files changed (1) hide show
  1. .github/workflows/scrape.yml +1 -1
.github/workflows/scrape.yml CHANGED
@@ -51,7 +51,7 @@ jobs:
51
 
52
 
53
  - name: Run Python scripts to update KG
54
- run: python update_kg.py
55
 
56
  - name: Remove file .env
57
  run: rm ./.env
 
51
 
52
 
53
  - name: Run Python scripts to update KG
54
+ run: python ./Knowledge_Graph/update_knowledge_graph.py
55
 
56
  - name: Remove file .env
57
  run: rm ./.env