test
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 3s
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 3s
This commit is contained in:
parent
3a44289561
commit
3f1ca178b3
1 changed files with 6 additions and 12 deletions
|
|
@ -1,15 +1,9 @@
|
||||||
name: GitHub Actions Demo
|
name: GitHub Actions Demo
|
||||||
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
|
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
|
||||||
on: [push]
|
on: [push]
|
||||||
image: klakegg/hugo:0.92.0
|
jobs:
|
||||||
|
Explore-GitHub-Actions:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "🎉 Hello World."
|
||||||
|
|
||||||
stages:
|
|
||||||
- build
|
|
||||||
|
|
||||||
build:
|
|
||||||
stage: build
|
|
||||||
script:
|
|
||||||
- hugo --minify
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- public
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue