Skip to content

Commit

Permalink
changes to action
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed Feb 9, 2024
1 parent b0725d3 commit 8380ebb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ runs:
- name: validate yaml headings in md files
shell: bash
id: validate_yml
run: python ${{ github.action_path }}/validate.py
run: |
rm -f _data/validation.yml
python ${{ github.action_path }}/validate.py
- name: build RDF data files
id: build_rdf_data_files
Expand All @@ -134,6 +136,7 @@ runs:
id: build_citation_data_file
shell: bash
run: |
rm -f _data/cite.yml
pip install pysparql-anything
python ${{ github.action_path }}/build_citation_data_file.py
Expand Down

0 comments on commit 8380ebb

Please # to comment.