init commit
All checks were successful
Deploy Online Pages / Pages-Deployment (push) Successful in 11s

This commit is contained in:
noyciy7037 2023-07-09 19:17:27 +09:00
commit 5e50d8e171
Signed by: noyciy7037
GPG Key ID: 46A54FA18BBA58FF
2 changed files with 20 additions and 0 deletions

View File

@ -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

12
index.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello WikiWiki Online Code Pages</title>
</head>
<body>
<h1>Hello, WikiWiki Online Code Pages!!!</h1>
<h2>This is the root directory!!!</h2>
</body>
</html>