1 parent 423b698 commit 8a66935Copy full SHA for 8a66935
2 files changed
.github/workflows/docs.yml
@@ -1,7 +1,12 @@
1
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.
4
on:
+ push:
+ branches: [ main ]
5
+ paths:
6
+ - 'include/signet/**'
7
+ - 'doxygen/**'
8
+ - 'Doxyfile'
9
+ - '.github/workflows/docs.yml'
10
workflow_dispatch: {}
11
permissions:
12
contents: read
doxygen/mainpage.md
@@ -2,7 +2,7 @@
**C++20 Parquet library with AI-native extensions — zero mandatory dependencies.**
-[GitHub Repository](https://github.com/SIGNETSTACK/signet-forge)
+[GitHub Repository](https://github.com/SIGNETSTACK/SIGNET_FORGE)
---
0 commit comments