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',