From 5e50d8e1714e3885c231a054fe6c8e5242cbecf1 Mon Sep 17 00:00:00 2001 From: noyciy7037 Date: Sun, 9 Jul 2023 19:17:27 +0900 Subject: [PATCH] init commit --- .gitea/workflows/pages.yml | 8 ++++++++ index.html | 12 ++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .gitea/workflows/pages.yml create mode 100644 index.html diff --git a/.gitea/workflows/pages.yml b/.gitea/workflows/pages.yml new file mode 100644 index 0000000..cd4564d --- /dev/null +++ b/.gitea/workflows/pages.yml @@ -0,0 +1,8 @@ +name: Deploy Online Pages +on: [push] +jobs: + Pages-Deployment: + runs-on: ubuntu-latest + steps: + - name: Pages + uses: http://gitea:3000/actions/pages@v1 \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..b6226a8 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + Hello WikiWiki Online Code Pages + + +

Hello, WikiWiki Online Code Pages!!!

+

This is the root directory!!!

+ + \ No newline at end of file