Merge branch 'dev' of github.com:tauri-apps/tauri into dev

This commit is contained in:
Laegel
2021-06-26 19:54:22 +02:00
13 changed files with 114 additions and 75 deletions

View File

@@ -67,7 +67,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
@@ -120,7 +120,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