Skip to content

Commit

Permalink
Updated config and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
erayhanoglu committed Jul 20, 2024
1 parent 03a3162 commit 60e8063
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 60e8063

Please sign in to comment.