diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 28ad682..dfc9d33 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -31,6 +31,9 @@ jobs: - name: Install dependencies run: npm ci working-directory: ${{ env.BUILD_PATH }} + - name: Install Playwright + run: npx playwright-core install --with-deps chromium + working-directory: ${{ env.BUILD_PATH }} - name: Build with Astro run: npm run build working-directory: ${{ env.BUILD_PATH }}