Skip to content

fix: mark setupfile as safe. #178

fix: mark setupfile as safe.

fix: mark setupfile as safe. #178

Workflow file for this run

name: Publish
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
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