4 changed files with 3 additions and 18 deletions
-15
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"
-1
View File
@@ -1 +0,0 @@
Random file, ami remélhetőleg megjelenik
+1 -1
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
+2 -1
View File
@@ -5,7 +5,8 @@
<title>Helló világ!</title>
</head>
<body>
<h1>Hello, World! 👋</h1>
<h1>Sziasztok, emberek! 👋</h1>
<h2>Másik szöveg</h2>
</body>
</html>