name: GitHub Actions Demo run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: [push] image: klakegg/hugo:0.92.0 stages: - build - deploy build: stage: build script: - hugo --minify artifacts: paths: - public