From 74870e12ba49358fa619adfd60a2290438cb95ad Mon Sep 17 00:00:00 2001 From: Laptop Date: Mon, 21 Oct 2024 11:21:13 +0200 Subject: [PATCH] structure --- README.md | 3 +++ index.html => root/index.html | 0 2 files changed, 3 insertions(+) rename index.html => root/index.html (100%) diff --git a/README.md b/README.md index e69de29..d65eef2 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +# Website with Github Actions + +Here I want to deploy a dynamic website. \ No newline at end of file diff --git a/index.html b/root/index.html similarity index 100% rename from index.html rename to root/index.html