Skip to content

Commit

Permalink
fix: update action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Panadestein committed Sep 3, 2024
1 parent b75c29c commit 16a27a0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Emacs
run: sudo apt install emacs-nox --yes
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
Expand Down

0 comments on commit 16a27a0

Please sign in to comment.