test
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 3s

This commit is contained in:
Andreas Hnida 2024-04-17 06:35:54 +02:00
commit 3f1ca178b3

View file

@ -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."