mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
Merge branch 'dev' of github.com:tauri-apps/tauri into dev
This commit is contained in:
4
.github/workflows/update-docs.yml
vendored
4
.github/workflows/update-docs.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user