Skip to content

Instantly share code, notes, and snippets.

View mircohacker's full-sized avatar

Mirco Hacker mircohacker

  • codecentric
View GitHub Profile
@mircohacker
mircohacker / release.yaml
Created April 30, 2020 08:13
Push to Github Pages with Github Actions
name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️