From 026a8d5fabf9c3246d42a63ddeab629ad1de5fe1 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Fri, 12 Sep 2025 19:24:27 -0400 Subject: [PATCH] add gitmodules --- .gitea/workflows/main.yaml | 5 ----- .gitmodules | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) create mode 100644 .gitmodules diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index ac73b34..ae7efd3 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -1,10 +1,5 @@ name: Create and publish a Docker image -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. - on: push: branches: ['main'] diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..440b96d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,2 @@ +[submodule "data_loader"] + url = https://git.nickorlow.com/nickorlow/septastic_loader.git