Skip to content

Commit

Permalink
Remove _visited_properties.tsv from GH pages
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Jan 9, 2024
1 parent a190c71 commit 5b343ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate-and-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ jobs:
uses: EndBug/add-and-commit@v9
with:
message: Building blocks postprocessing
- name: Remove _visited_properties.tsv from pages
run: |
find "${{ inputs.annotated_path }}" -name _visited_properties.tsv -delete
- name: Create GH Pages index
if: ${{ github.event.repository.has_pages && !inputs.skip-pages }}
shell: python
Expand Down

0 comments on commit 5b343ac

Please sign in to comment.