Skip to content

Commit

Permalink
Reworked landing page fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karurochari committed Dec 19, 2024
1 parent 05618cc commit b61ce94
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
python3-pip \
python3-setuptools
python3 -m pip install mkdocs mkdocs-github-admonitions-plugin mkdocs-get-deps pymdown-extensions
mkdir dist
doxygen
mkdocs build
bun install -g gh-pages
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ PROJECT_LOGO =
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.

OUTPUT_DIRECTORY = dist/doxygen
OUTPUT_DIRECTORY = dist/website/doxygen

# If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
# sub-directories (in 2 levels) under the output directory of each output format
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: vs.fltk
repo_url: https://github.com/karurochori/vs-fltk
site_dir: dist/docs
site_dir: dist/website/docs
docs_dir: docs

theme:
Expand Down

0 comments on commit b61ce94

Please sign in to comment.