diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 4d4e59b..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,49 +0,0 @@ -name: Test - -env: - NODE_OPTIONS: --max-old-space-size=6144 - PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1' - VITEST_SEGFAULT_RETRY: 3 - -on: - push: - branches: [main] - pull_request: - branches: [main] - workflow_dispatch: - -permissions: {} - -concurrency: - group: ${{ github.workflow }}-${{ github.event.number || github.sha }} - cancel-in-progress: true - -jobs: - test: - runs-on: ubuntu-latest - - strategy: - matrix: - node_version: [18, 20, 22] - - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Install pnpm - uses: pnpm/action-setup@v3 - - - name: Set node version to ${{ matrix.node_version }} - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node_version }} - cache: pnpm - - - name: Install deps - run: pnpm install - - - name: Install Playwright - run: pnpm playwright install chromium - - - name: Check - run: pnpm check diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 99247f1..9085502 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -3,6 +3,10 @@ import { defineConfig } from 'vitepress' // https://vitepress.dev/reference/site-config export default defineConfig({ base: '/', + sitemap: { + hostname: 'http://dev.inotech-pk.com', // my domain + lastmodDateOnly: false, + }, title: "Amaan", description: "Project Documentation", themeConfig: { diff --git a/docs/.vitepress/dist/404.html b/docs/.vitepress/dist/404.html index 0fc31a0..cbd339e 100644 --- a/docs/.vitepress/dist/404.html +++ b/docs/.vitepress/dist/404.html @@ -8,14 +8,14 @@ - +
- +