We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 402cc84 commit f684c5aCopy full SHA for f684c5a
2 files changed
.github/workflows/deploy.yml
@@ -3,7 +3,7 @@ name: deploy
3
on:
4
workflow_dispatch:
5
push:
6
- branches: [master]
+ branches: [main]
7
8
concurrency: production_environment
9
docusaurus.config.ts
@@ -8,10 +8,10 @@ const config: Config = {
favicon: 'img/favicon.png',
10
// Set the production url of your site here
11
- url: 'https://telepath-php.dev',
+ url: 'https://telepath-php.github.io',
12
// Set the /<baseUrl>/ pathname under which your site is served
13
// For GitHub pages deployment, it is often '/<projectName>/'
14
- baseUrl: '/',
+ baseUrl: '/docs/',
15
16
// GitHub pages deployment config.
17
// If you aren't using GitHub pages, you don't need these.
0 commit comments