Skip to content

Commit

Permalink
Merge pull request #204 from ant-media/fix_ci_configuration
Browse files Browse the repository at this point in the history
Fix CI configuration
  • Loading branch information
muratugureminoglu authored Jan 18, 2024
2 parents 84289ac + d4af481 commit 82d6e5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- run: |
- name: make changes
run: |
sed -i "s^baseUrl:.*^baseUrl:'/docs',^" docusaurus.config.js
sed -i "s^appId.*^appId: '${{ secrets.ALGOLIA_APP_ID }}',^" docusaurus.config.js
sed -i "s^apiKey.*^apiKey: '${{ secrets.$ALGOLIA_API_KEY }}',^" docusaurus.config.js
Expand Down

0 comments on commit 82d6e5d

Please sign in to comment.