Skip to content

Commit

Permalink
add a warning to py script
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Sep 24, 2024
1 parent 5551fdf commit 49d782b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/ci.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
"""WARNING -- FOR CI ONLY
This script is meant to be execute in CI only.
Running this locally will alter the Doxyfile.
Such changes SHOULD NOT be pushed to the remote.
"""
from pathlib import Path
import json

Expand Down

0 comments on commit 49d782b

Please sign in to comment.