13 Commits

4 changed files with 4 additions and 18 deletions

View File

@@ -1,15 +0,0 @@
name: Hello world
on:
- push
jobs:
say-hello:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Print hello
run: echo "Hello, world! from Gitea Actions"

View File

@@ -1 +0,0 @@
Random file, ami remélhetőleg megjelenik

View File

@@ -3,6 +3,6 @@ services:
web:
image: nginx:1.26.1-alpine3.19-slim
ports:
- "80"
- "81"
volumes:
- ./html:/usr/share/nginx/html:ro

View File

@@ -5,7 +5,9 @@
<title>Helló világ!</title>
</head>
<body>
<h1>Hello, World! 👋</h1>
<h1>Sziasztok, emberek! 👋</h1>
<h2>Másik szöveg</h2>
<h3>Harmadik szöveg</h3>
</body>
</html>