From 91b6b94cf644495600006b16221edf2523609361 Mon Sep 17 00:00:00 2001 From: Thomas Jay Rush Date: Mon, 19 Feb 2024 21:32:00 -0500 Subject: [PATCH] fix --- .github/workflows/build-deploy-linkcheck.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-deploy-linkcheck.yaml b/.github/workflows/build-deploy-linkcheck.yaml index 0b7e3ca2c..7214fbb1b 100644 --- a/.github/workflows/build-deploy-linkcheck.yaml +++ b/.github/workflows/build-deploy-linkcheck.yaml @@ -79,7 +79,5 @@ jobs: key: ${{ secrets.DOCS_PRIVATE_KEY }} script: | cd /home/${{ secrets.DOCS_USER }}/trueblocks-website - npm run build - chown -R ${{ secrets.DOCS_USER }}:trueblocks public - chmod 644 /var/www/key.trueblocks.io/html/service-worker.js - cp -pR public/* /var/www/key.trueblocks.io/html/ + chown -R ${{ secrets.DOCS_USER }}:trueblocks . + cp -pR * /var/www/trueblocks.io/html/