Skip to content

Commit

Permalink
fix: build preview and doc versioning dropdow (keploy#834) (keploy#198)
Browse files Browse the repository at this point in the history
* fix: bug (keploy#834)

Signed-off-by: Akash Kumar <[email protected]>

* fix: deploy PR previews error

Signed-off-by: Akash Kumar <[email protected]>

* ci: add install dependencies step

Signed-off-by: Akash Kumar <[email protected]>

---------

Signed-off-by: Akash Kumar <[email protected]>
Signed-off-by: schauhan2 <[email protected]>
  • Loading branch information
AkashKumar7902 authored and schauhan2 committed Oct 7, 2023
1 parent 6ac8a16 commit ccbb54a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build_and_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ jobs:
- uses: actions/checkout@v3
- name: Install Yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn
- name: Build lib
run: |
yarn build
- uses: rossjrw/pr-preview-action@v1
with:
source-dir: build
preview-branch: main
umbrella-dir: docs/pr-preview
with:
source-dir: build
preview-branch: main
umbrella-dir: docs/pr-preview
3 changes: 0 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,6 @@ module.exports = {
{
type: 'docsVersionDropdown',
position: 'right',
dropdownItemsAfter: [{
to: '/docs/server/linux/installation',
}],
dropdownActiveClassDisabled: true,
},
{
Expand Down

0 comments on commit ccbb54a

Please sign in to comment.