Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Feb 20, 2024
1 parent c64cc4e commit 91b6b94
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-deploy-linkcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 91b6b94

Please sign in to comment.