|
@@ -68,7 +68,7 @@ jobs:
|
|
|
with:
|
|
|
originPath: ./tauri/tooling/api/
|
|
|
sidebarFile: "${{ github.workspace }}/tauri-docs/sidebars/typedoc.json"
|
|
|
- targetPath: ./tauri-docs/en/api/js
|
|
|
+ targetPath: ${{ github.workspace }}/tauri-docs/docs/en/api/js
|
|
|
docusaurusPath: ./tauri-docs/
|
|
|
|
|
|
# Moving docs for Indexation
|
|
@@ -121,7 +121,7 @@ jobs:
|
|
|
host: ${{ secrets.DISCORD_BOT_HOST }}
|
|
|
username: ${{ secrets.DISCORD_BOT_SSH_USER }}
|
|
|
key: ${{ secrets.DISCORD_BOT_SSH_KEY }}
|
|
|
- script: cd ~/tauri-search-bot && yarn && forever stopall && forever start ./src/index.js
|
|
|
+ script: cd ~/tauri-search-bot/github/workspace/tauri-search-bot/ && yarn && forever stopall && forever start ./src/index.js
|
|
|
|
|
|
# tauri-docs PR
|
|
|
- name: git config
|