Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ2005 authored Dec 24, 2024
1 parent bfb75a0 commit c6866ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ jobs:
password: ${{ secrets.PASSWORD }}
key: ${{ secrets.SSH_KEY }}
script: |
echo "SSH Connection Successful"
cd /root/notes/Obsidian-Notes-Public # Replace with your project directory on the server
git pull public public # Pull updates from 'public' branch on 'public' remote
cp -r /root/notes/Obsidian-Notes-Public/* /root/notes/quartz/content/
cd /root/notes/quartz/
npm -i
npx quartz build

0 comments on commit c6866ac

Please sign in to comment.