Skip to content

fix: correct small bug in 20. #180

fix: correct small bug in 20.

fix: correct small bug in 20. #180

Workflow file for this run

name: Publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-22.04
steps:
- name: Check out
uses: actions/checkout@v4
- name: Install Emacs
run: |
sudo apt-add-repository ppa:ubuntu-elisp/ppa
sudo apt update
sudo apt-get install emacs-snapshot
- name: Build the site
run: ./publi.sh
- name: Publish generated content to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: public