We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c5cdf9 commit e31f9b7Copy full SHA for e31f9b7
1 file changed
.github/workflows/validate-and-process.yml
@@ -228,7 +228,7 @@ jobs:
228
sudo find "${{ inputs.annotated_path }}" -name _visited_properties.tsv.gz -delete || true
229
- name: Deploy Building Blocks viewer
230
id: deploy-viewer
231
- if: ${{ inputs.deploy_viewer && github.event.repository.has_pages && !inputs.skip-pages }}
+ if: ${{ inputs.deploy_viewer }}
232
run: |
233
OLD_WD="$(pwd)"
234
REGISTER_FILE="$(realpath "${{ inputs.register_file }}")"
0 commit comments