File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- name : Publish docs
1
+ name : Publish docs 📄
2
2
3
3
on :
4
4
push :
5
5
branches :
6
6
- main
7
7
paths :
8
8
- ' docs/**'
9
- - ' .github/workflows/publish-docs .yaml'
9
+ - ' .github/workflows/publish_docs .yaml'
10
10
11
11
jobs :
12
12
gh-release :
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ sidebar_position: 1
7
7
import GitHubButton from ' react-github-btn' ;
8
8
9
9
<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 ' />
12
12
<br /><br />
13
13
<p >
14
14
<b >FastAPI-Azure-Auth</b >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module.exports = {
6
6
title : 'FastAPI-Azure-Auth' ,
7
7
tagline : 'Easy and secure implementation of Azure AD for your FastAPI APIs 🔒' ,
8
8
url : 'https://your-docusaurus-test-site.com' ,
9
- baseUrl : '/' ,
9
+ baseUrl : '/fastapi-azure-auth/ ' ,
10
10
onBrokenLinks : 'throw' ,
11
11
onBrokenMarkdownLinks : 'warn' ,
12
12
favicon : 'img/global/favicon.ico' ,
You can’t perform that action at this time.
0 commit comments