Skip to content

Commit

Permalink
Removed references to docs/en/reference/sql/udfs_8h.md as the file no…
Browse files Browse the repository at this point in the history
… longer exists
  • Loading branch information
Jayaprakash0511 committed Jul 25, 2024
1 parent 34ffb02 commit 6f403c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/udf-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
if: github.event_name != 'pull_request'
with:
add-paths: |
docs/en/reference/sql/udfs_8h.md
docs/zh/openmldb_sql/udfs_8h.md
labels: |
udf
Expand Down
1 change: 0 additions & 1 deletion hybridse/tools/documentation/udf_doxygen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ doxygen2md: doxygen

sync: doxygen2md
@if [ -n "$(SYNC_DIR)" ]; then \
cp -v "$(UDF_GEN_DIR)/Files/udfs_8h.md" "$(SYNC_DIR)/docs/en/reference/sql/udfs_8h.md"; \
cp -v "$(UDF_GEN_DIR)/Files/udfs_8h.md" "$(SYNC_DIR)/docs/zh/openmldb_sql/udfs_8h.md"; \
else \
echo "SKIP SYNC: DEFAULT Sync DIR not found"; \
Expand Down

0 comments on commit 6f403c0

Please sign in to comment.