Преглед изворни кода

fix: Not SCPing the correct source

Laegel пре 4 година
родитељ
комит
bd038b5f5d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/update-docs.yml

+ 1 - 1
.github/workflows/update-docs.yml

@@ -112,7 +112,7 @@ jobs:
           host: ${{ secrets.DISCORD_BOT_HOST }}
           username: ${{ secrets.DISCORD_BOT_SSH_USER }}
           key: ${{ secrets.DISCORD_BOT_SSH_KEY }}
-          source: "./tauri-search-bot"
+          source: "${{ github.workspace }}/tauri-search-bot"
           target: "~/tauri-search-bot"
       - name: restart the bot
         uses: appleboy/ssh-action@master