diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4e0dda68bc..7a682e2980 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,4 +13,4 @@ /docs/send-data/opentelemetry-collector/ @SumoLogic/open-source-collection-team @kimsauce @jpipkin1 @mafsumo @JV0812 @amee-sumo # GitHub workflow owners -/.github/workflows/ @SumoLogic/open-source-collection-team @kimsauce +/.github/workflows/ @kimsauce diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 32de0ee6cc..da8588f50b 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -53,17 +53,14 @@ jobs: with: node-version: '20.x' cache: 'yarn' - - name: Docusaurus Webpack cache - uses: actions/cache@v3 - with: - path: node_modules/.cache - key: ${{ runner.os }}-webpack-cache-${{ hashFiles('yarn.lock') }} - name: Install awscli uses: unfor19/install-aws-cli-action@v1 - name: Install jq run: sudo apt-get install -y jq - name: Install dependencies run: yarn install --frozen-lockfile + - name: Clean Docusaurus cache + run: rm -rf .docusaurus build - name: Build the Docusaurus site run: yarn build - name: Deploy the Docusaurus site diff --git a/.github/workflows/job_build-site.yml b/.github/workflows/job_build-site.yml index 71ee6150b5..3756dea497 100644 --- a/.github/workflows/job_build-site.yml +++ b/.github/workflows/job_build-site.yml @@ -27,13 +27,10 @@ jobs: with: node-version: '20.x' cache: 'yarn' - - name: Docusaurus Webpack cache - uses: actions/cache@v3 - with: - path: node_modules/.cache - key: ${{ runner.os }}-webpack-cache-${{ hashFiles('yarn.lock') }} - name: Install dependencies run: yarn install --frozen-lockfile + - name: Clean Docusaurus cache + run: rm -rf .docusaurus build - name: Build the Docusaurus site run: | yarn build diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 0bfdc08f8c..05af84a9c2 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -27,13 +27,10 @@ jobs: with: node-version: '20.x' cache: 'yarn' - - name: Docusaurus Webpack cache - uses: actions/cache@v3 - with: - path: node_modules/.cache - key: ${{ runner.os }}-webpack-cache-${{ hashFiles('yarn.lock') }} - name: Install dependencies run: yarn install --frozen-lockfile + - name: Clean Docusaurus cache + run: rm -rf .docusaurus build - name: Build the Docusaurus site run: yarn build # --- Disallowed character checks for Pantheon --- diff --git a/cid-redirects.json b/cid-redirects.json index 7e7167df4e..3bcf8cbbae 100644 --- a/cid-redirects.json +++ b/cid-redirects.json @@ -379,7 +379,6 @@ "/05Search/Library/About_AWS_S3_Sources": "/docs/send-data/hosted-collectors/amazon-aws/aws-sources", "/05Search/Library/Export-and-Import-Content-in-the-Library": "/docs/get-started/library", "/05Search/Library/Favorites": "/docs/get-started/library", - "/Search": "/docs/search", "/Search/Library/Library_Keyboard_Shortcuts": "/docs/get-started/keyboard-shortcuts", "/05Search/Library/Pinned-Searches": "/docs/search/get-started-with-search/search-page/pin-a-search", "/05Search/Library/Share-a-Saved-Search-from-the-Library": "/docs/get-started/library", @@ -2950,7 +2949,7 @@ "/cid/1108": "/docs/integrations/saas-cloud/trellix-mvision-epo", "/cid/1110": "/docs/integrations/microsoft-azure/azure-security-microsoft-defender-for-identity", "/docs/integrations/microsoft-azure/microsoft-defender-for-identity/": "/docs/integrations/microsoft-azure/azure-security-microsoft-defender-for-identity", - "/cid/1112": "/docs/integrations/saas-cloud/carbon-black-inventory/", + "/cid/1112": "/docs/integrations/saas-cloud/carbon-black-inventory/", "/cid/1111": "/docs/integrations/microsoft-azure/azure-open-ai", "/cid/1114": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/varonis-source", "/cid/1115": "/docs/integrations/microsoft-azure/azure-security-microsoft-defender-for-cloud-apps",