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