Skip to content

Commit

Permalink
add algolia id
Browse files Browse the repository at this point in the history
  • Loading branch information
BR7RKR committed Dec 25, 2024
1 parent 3e890af commit bd646bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
DOCKER_VERSION: '243.21565'
PDF: 'PDF.xml'
CONFIG_JSON_PRODUCT: 'AM'
ALGOLIA_ID: 'FS4LOABGZR'
ALGOLIA_INDEX_NAME: 'asv.mavlink'

jobs:
Expand Down Expand Up @@ -178,7 +179,7 @@ jobs:
else
env "algolia-key=${{ secrets.ALGOLIA_KEY }}" java -jar /opt/builder/help-publication-agent.jar \
update-index \
--application-name ${{ secrets.ALGOLIA_ID }} \
--application-name ${{ env.ALGOLIA_ID }} \
--index-name ${{ env.ALGOLIA_INDEX_NAME }} \
--product ${{ env.CONFIG_JSON_PRODUCT }} \
--index-directory algolia-indexes/ \
Expand Down
2 changes: 1 addition & 1 deletion docs/Writerside/cfg/PDF.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<cover-page>
<title>Asv Mavlink</title>
<description>Documentation</description>
<copyright>Copyright (c) 2023 Asv.Drones Contributors</copyright>
<copyright>(c) 2023 Asv Soft LLC</copyright>
</cover-page>
<layout>Windows</layout>
</pdf>

0 comments on commit bd646bd

Please sign in to comment.