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

Commit

Permalink
Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Feb 17, 2024
1 parent 5b2785c commit 53d4f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
npm run build
chown -R ${{ secrets.DOCS_USER }}:${{ secrets.DOCS_GROUP }} /home/${{ secrets.DOCS_USER }}/trueblocks-key/website
pwd
find . -exec ls -l {} ';' | grep -v node_modules
find public -exec ls -l {} ';'
echo ${{ secrets.DOCS_USER }}:${{ secrets.DOCS_GROUP }}
# cp -pR /home/${{ secrets.DOCS_USER }}/trueblocks-key/website /var/www/trueblocks-key/html

0 comments on commit 53d4f9e

Please sign in to comment.