Skip to content

Commit

Permalink
make refdocs a shortcode
Browse files Browse the repository at this point in the history
  • Loading branch information
davetcc committed Sep 7, 2024
1 parent be3cf82 commit 01b1fd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,9 @@ jobs:
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}"
- name: Build TcMenuLib Docs
id: tcmenuLibDoc
uses: actions/doxygen-action@v1.9.8
with:
working-directory: "tcMenuLib/"
doxyfile-path: "../_refdocs/tcmenu-doxygen.conf"

working-directory: ./tcMenuLib
run: |
doxygen $DOXY_DIR/taskmgr-doxygen.conf
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion _refdocs/tcmenu-doxygen.conf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ PROJECT_LOGO = "$(DOXY_DIR)/logo.png"
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.

OUTPUT_DIRECTORY = ../ref-docs/tcmenu
OUTPUT_DIRECTORY = ../public/ref-docs/tcmenu

# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
Expand Down

0 comments on commit 01b1fd0

Please sign in to comment.