mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 03:02:28 +03:00
fix: Not SCPing the correct source
This commit is contained in:
parent
710a4f95db
commit
bd038b5f5d
2
.github/workflows/update-docs.yml
vendored
2
.github/workflows/update-docs.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user