Skip to content

Commit 8a66935

Browse files
docs: enable auto-deploy Doxygen API reference to GitHub Pages
1 parent 423b698 commit 8a66935

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

‎.github/workflows/docs.yml‎

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: Docs
2-
# Disabled: GitHub Pages requires the repo to be public (or an Enterprise plan).
3-
# Re-enable the push trigger when the repo is made public.
42
on:
3+
push:
4+
branches: [ main ]
5+
paths:
6+
- 'include/signet/**'
7+
- 'doxygen/**'
8+
- 'Doxyfile'
9+
- '.github/workflows/docs.yml'
510
workflow_dispatch: {}
611
permissions:
712
contents: read

‎doxygen/mainpage.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**C++20 Parquet library with AI-native extensions — zero mandatory dependencies.**
44

5-
[GitHub Repository](https://github.com/SIGNETSTACK/signet-forge)
5+
[GitHub Repository](https://github.com/SIGNETSTACK/SIGNET_FORGE)
66

77
---
88

0 commit comments

Comments
 (0)