Skip to content

Commit

Permalink
ci: add missing Septic cpp files for documentation (#411)
Browse files Browse the repository at this point in the history
Add missing cpp files for documentation
  • Loading branch information
einarsi authored Dec 6, 2023
1 parent f9e1bcb commit 9d5c598
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions scripts/src/github.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from dotenv import load_dotenv
import requests as requests
import os as os
import base64
import os as os

import requests as requests
from dotenv import load_dotenv

load_dotenv()

Expand Down Expand Up @@ -52,6 +53,8 @@ def getObjectFiles(branch: str):
"src/Subr.cpp",
"src/Calc.cpp",
"src/Expr.cpp",
"src/Evnt.cpp"
"src/Fdta.cpp"
]
files = []
for path in paths:
Expand Down

0 comments on commit 9d5c598

Please sign in to comment.