From 60e8063665f2243270e85bc57a4b0356b5e27d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20Hano=C4=9Flu?= Date: Sat, 20 Jul 2024 14:28:45 +0300 Subject: [PATCH] Updated config and dependencies --- .github/workflows/deploy.yml | 2 ++ .github/workflows/test-deploy.yml | 2 ++ docusaurus.config.ts | 6 +++--- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0549226..c6178c7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,6 +35,8 @@ jobs: node-version: 20 cache: npm + - name: Update npm + run: npm i npm -g - name: Install dependencies run: npm ci - name: Build website diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 2294d83..b8b0193 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -20,6 +20,8 @@ jobs: node-version: 18 cache: npm + - name: Update npm + run: npm i npm -g - name: Install dependencies run: npm ci - name: Test build website diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 1d6890b..9640834 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -7,9 +7,9 @@ const config: Config = { tagline: 'PostgreJS is cool', organizationName: 'panates', - projectName: 'panates.github.io', - url: 'https://panates.github.io', // Your website URL - baseUrl: '/postgrejs', + projectName: 'postgrejs-doc', + url: 'https://postgrejs.panates.com', // Your website URL + baseUrl: '/', trailingSlash: false, favicon: 'img/favicon.ico',