Skip to content

Commit 00df77c

Browse files
unru-joHeinrichAD
andauthored
remove broken API references in documentation
- disable API doc for now. - update GitHub action `upload-pages-artifact` Co-authored-by: HeinrichAD <[email protected]>
1 parent 403c026 commit 00df77c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
echo "::warning title=Invalid file permissions automatically fixed::$line"
109109
done
110110
- name: Upload Pages artifact
111-
uses: actions/upload-pages-artifact@v2
111+
uses: actions/upload-pages-artifact@v3
112112
with:
113113
path: site
114114

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repo_url: https://github.com/DLR-KI/fl-demonstrator-frontend
1010

1111
nav:
1212
- Home: index.md
13-
- API: "api/index.html"
13+
# - API: "api/index.html"
1414

1515
theme:
1616
name: material

0 commit comments

Comments
 (0)