From 3f1ca178b374801c03082da4b4cf394867fb2acb Mon Sep 17 00:00:00 2001 From: Andreas Hnida Date: Wed, 17 Apr 2024 06:35:54 +0200 Subject: [PATCH] test --- .gitea/workflows/pipeline-test.yaml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.gitea/workflows/pipeline-test.yaml b/.gitea/workflows/pipeline-test.yaml index ae6ded1..d03397a 100644 --- a/.gitea/workflows/pipeline-test.yaml +++ b/.gitea/workflows/pipeline-test.yaml @@ -1,15 +1,9 @@ name: GitHub Actions Demo run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: [push] -image: klakegg/hugo:0.92.0 - -stages: - - build - -build: - stage: build - script: - - hugo --minify - artifacts: - paths: - - public +jobs: + Explore-GitHub-Actions: + runs-on: ubuntu-latest + steps: + - run: echo "🎉 Hello World." +