Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
turbomaster95 authored May 7, 2024
1 parent 2652bc7 commit bf5bc65
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ jobs:
runs-on: ubuntu-22.04

steps:
- name: Build Essentials Setup
run: sudo apt update && sudo apt install build-essential make -y
- name: Checkout lowdown repo
uses: actions/checkout@v4
with:
repository: kristapsdz/lowdown
- name: Configure, Build and Install lowdown
repository: fmash16/ssg5
- name: Install Pandoc
run: |
./configure
sudo make install
sudo make install_libs
lowdown --help
sudo apt update
sudo apt install -y texlive wget curl
wget https://github.com/jgm/pandoc/releases/download/3.1.13/pandoc-3.1.13-1-amd64.deb
sudo dpkg -i pandoc-3.1.13-1-amd64.deb
pandoc --help

0 comments on commit bf5bc65

Please sign in to comment.