11 Commits

5 changed files with 5 additions and 19 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

@@ -4,7 +4,7 @@ on:
push: push:
branches: branches:
- main - main
pull_request: pull_request_target:
types: [opened, synchronize, reopened, closed] types: [opened, synchronize, reopened, closed]
env: env:

View File

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

View File

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

View File

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