Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
chendelin1982 committed May 7, 2024
1 parent 61c8fa4 commit 99d930c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_doc.yml
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: false # stop steps
#if: false # stop steps
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Expand Up @@ -94,12 +94,12 @@ const config = {
typesenseServerConfig: {
nodes: [
{
host: 'search.websoft9.com',
host: 'search.www.websoft9.com',
port: 443,
protocol: 'https',
},
],
apiKey: 'spJNF09yzwWJaG!',
apiKey: 'cJ9XqddokC3OCRdx1SFQRv+uFj5QHYOT',
},
// Optional: Typesense search parameters: https://typesense.org/docs/0.21.0/api/documents.md#search-parameters
typesenseSearchParameters: {},
Expand Down

0 comments on commit 99d930c

Please sign in to comment.