From c5cc90daac08b2a00b2b1132ae56954a550e55b1 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Wed, 15 Nov 2023 18:06:39 +1100 Subject: [PATCH] fix: Fix copy templates into cities image --- .gitea/workflows/build.yml | 2 +- templates/account.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 38400c9..57dc12a 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -56,7 +56,7 @@ jobs: - name: Build Docker image run : | cd sites - cp -r ../templates/* . + cp -r ../templates/ . cp ../requirements.txt . echo "${{ secrets.DOCKERGIT_TOKEN }}" | docker login git.woodburn.au -u nathanwoodburn --password-stdin diff --git a/templates/account.html b/templates/account.html index 6100f45..dcd9ac7 100644 --- a/templates/account.html +++ b/templates/account.html @@ -32,7 +32,7 @@

Welcome to ShakeCities

Congratulations your site is ready for use.

-
Visit your siteEdit your siteLogout
+
Visit your siteEdit your siteLogout