Skip to content

Commit e00c544

Browse files
committed
Fix broken publish_dir
1 parent c97065d commit e00c544

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/publish_docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Publish docs
1+
name: Publish docs 📄
22

33
on:
44
push:
55
branches:
66
- main
77
paths:
88
- 'docs/**'
9-
- '.github/workflows/publish-docs.yaml'
9+
- '.github/workflows/publish_docs.yaml'
1010

1111
jobs:
1212
gh-release:

docs/docs/introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ sidebar_position: 1
77
import GitHubButton from 'react-github-btn';
88

99
<div style={{textAlign: 'center'}}>
10-
<img src="/../static/img/global/fastad.png" width="100" />
11-
<img src="/../static/img/global/intility.png" width="100" />
10+
<img src="./../static/img/global/fastad.png" width="100" alt='FastAPI-Azure-Auth logo'/>
11+
<img src="./../static/img/global/intility.png" width="100" alt='Intility logo'/>
1212
<br/><br/>
1313
<p>
1414
<b>FastAPI-Azure-Auth</b>

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
title: 'FastAPI-Azure-Auth',
77
tagline: 'Easy and secure implementation of Azure AD for your FastAPI APIs 🔒',
88
url: 'https://your-docusaurus-test-site.com',
9-
baseUrl: '/',
9+
baseUrl: '/fastapi-azure-auth/',
1010
onBrokenLinks: 'throw',
1111
onBrokenMarkdownLinks: 'warn',
1212
favicon: 'img/global/favicon.ico',

0 commit comments

Comments
 (0)