Delete .gitea/workflows/hello.yamlx #9
@@ -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"
|
||||
|
||||
@@ -3,6 +3,6 @@ services:
|
||||
web:
|
||||
image: nginx:1.26.1-alpine3.19-slim
|
||||
ports:
|
||||
- "80"
|
||||
- "81"
|
||||
volumes:
|
||||
- ./html:/usr/share/nginx/html:ro
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
<body>
|
||||
<h1>Sziasztok, emberek! 👋</h1>
|
||||
<h2>Másik szöveg</h2>
|
||||
<h3>Harmadik szöveg</h3>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user