From cfa2bb96c4db55db9279af297f8c3c38683ec52f Mon Sep 17 00:00:00 2001 From: Ganesh Gore Date: Fri, 4 Dec 2020 11:19:51 -0700 Subject: [PATCH] [Action] Removed nojekyll file addition --- .github/workflows/deploy_repo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy_repo.yaml b/.github/workflows/deploy_repo.yaml index db6a5e0..77e31ac 100644 --- a/.github/workflows/deploy_repo.yaml +++ b/.github/workflows/deploy_repo.yaml @@ -47,4 +47,5 @@ jobs: external_repository: lnis-uofu/actions_test_repo publish_dir: ./Caravel-SOFA-HD publish_branch: master + disable_nojekyll: true commit_message: '[Deployment] ${{ github.event.head_commit.message }}'