Skip to content

Instantly share code, notes, and snippets.

View lietu's full-sized avatar

Janne Enberg lietu

View GitHub Profile
@fbjorn
fbjorn / deploy.yaml
Created March 18, 2021 08:26
GitHub Actions pipeline for deploying static files to GitHub Pages without 3rd party dependencies.
name: Deploy to GitHub pages
on:
push:
branches:
- master
jobs:
Deploy:
runs-on: ubuntu-latest

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a