We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a940e commit 8ea7502Copy full SHA for 8ea7502
2 files changed
.github/workflows/deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Upload Build Artifact
33
uses: actions/upload-pages-artifact@v3
34
with:
35
- path: build
+ path: ./docs/build
36
37
deploy:
38
name: Deploy to GitHub Pages
docs/docusaurus.config.ts
@@ -10,7 +10,7 @@ const config: Config = {
10
favicon: 'img/favicon.ico',
11
12
// Set the production url of your site here
13
- url: 'https://docs.openfiresource.de',
+ url: 'https://docs.manager.openfiresource.de',
14
// Set the /<baseUrl>/ pathname under which your site is served
15
// For GitHub pages deployment, it is often '/<projectName>/'
16
baseUrl: '/',
0 commit comments