Skip to content

Commit f684c5a

Browse files
authored
Changed config to github pages
1 parent 402cc84 commit f684c5a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: deploy
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [master]
6+
branches: [main]
77

88
concurrency: production_environment
99

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ const config: Config = {
88
favicon: 'img/favicon.png',
99

1010
// Set the production url of your site here
11-
url: 'https://telepath-php.dev',
11+
url: 'https://telepath-php.github.io',
1212
// Set the /<baseUrl>/ pathname under which your site is served
1313
// For GitHub pages deployment, it is often '/<projectName>/'
14-
baseUrl: '/',
14+
baseUrl: '/docs/',
1515

1616
// GitHub pages deployment config.
1717
// If you aren't using GitHub pages, you don't need these.

0 commit comments

Comments
 (0)