init commit
All checks were successful
Deploy Online Pages / Pages-Deployment (push) Successful in 11s
All checks were successful
Deploy Online Pages / Pages-Deployment (push) Successful in 11s
This commit is contained in:
commit
5e50d8e171
8
.gitea/workflows/pages.yml
Normal file
8
.gitea/workflows/pages.yml
Normal 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
12
index.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user