Skip to content

Commit 8ea7502

Browse files
committed
actions fix
1 parent 82a940e commit 8ea7502

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Upload Build Artifact
3333
uses: actions/upload-pages-artifact@v3
3434
with:
35-
path: build
35+
path: ./docs/build
3636

3737
deploy:
3838
name: Deploy to GitHub Pages

docs/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const config: Config = {
1010
favicon: 'img/favicon.ico',
1111

1212
// Set the production url of your site here
13-
url: 'https://docs.openfiresource.de',
13+
url: 'https://docs.manager.openfiresource.de',
1414
// Set the /<baseUrl>/ pathname under which your site is served
1515
// For GitHub pages deployment, it is often '/<projectName>/'
1616
baseUrl: '/',

0 commit comments

Comments
 (0)