Skip to content

Added readme

Added readme #4

Workflow file for this run

name: Publish to GitHub Pages
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v1
- name: Install Emacs
run: sudo apt install emacs-nox --yes
- name: Change wrapper permissions
run: chmod +x ./build.sh
- name: Build the site
run: ./build.sh
- name: Publish generated content to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: public