From 5b343ac3a35d162d389799afefaca2868e214984 Mon Sep 17 00:00:00 2001 From: Alejandro Villar Date: Tue, 9 Jan 2024 08:41:08 +0100 Subject: [PATCH] Remove _visited_properties.tsv from GH pages --- .github/workflows/validate-and-process.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/validate-and-process.yml b/.github/workflows/validate-and-process.yml index 57b60f2..1a44fdc 100644 --- a/.github/workflows/validate-and-process.yml +++ b/.github/workflows/validate-and-process.yml @@ -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