From 3d7c2792dca1c04925490d888f1463f50423ba94 Mon Sep 17 00:00:00 2001 From: Patrick Werner Date: Thu, 6 Feb 2025 13:58:05 +0100 Subject: [PATCH] added index.html --- .github/workflows/FHIRValidator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/FHIRValidator.yml b/.github/workflows/FHIRValidator.yml index 17e32f1e..0d6c3349 100644 --- a/.github/workflows/FHIRValidator.yml +++ b/.github/workflows/FHIRValidator.yml @@ -60,7 +60,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages destination_dir: ${{ github.ref_name }} - publish_dir: ${{ github.workspace }}/validation-output/ + publish_dir: ${{ github.workspace }}/validation-output - name: Check for Uncommitted Changes run: |