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 b5f6f4f commit 9be2ff2
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 @@ -30,7 +30,7 @@ jobs:
cd /home/${{ secrets.DOCS_USER }}/trueblocks-key/website
git pull origin testing
pwd
find .
find . | grep -v node_modules
echo ${{ secrets.DOCS_USER }}:${{ secrets.DOCS_GROUP }}
# npm run build
# chown -R ${{ secrets.DOCS_USER }}:${{ secrets.DOCS_GROUP }} /home/${{ secrets.DOCS_USER }}/trueblocks-key/website
Expand Down

0 comments on commit 9be2ff2

Please sign in to comment.