diff --git a/.github/workflows/build_and_check.yml b/.github/workflows/build_and_check.yml index 0eef98310..28b95000b 100644 --- a/.github/workflows/build_and_check.yml +++ b/.github/workflows/build_and_check.yml @@ -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 \ No newline at end of file + with: + source-dir: build + preview-branch: main + umbrella-dir: docs/pr-preview \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index 5f2271ce5..3ec7538c7 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -174,9 +174,6 @@ module.exports = { { type: 'docsVersionDropdown', position: 'right', - dropdownItemsAfter: [{ - to: '/docs/server/linux/installation', - }], dropdownActiveClassDisabled: true, }, {