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 11, 2024
1 parent b83638b commit 0efc2df
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,14 @@ jobs:
with:
repository: fmash16/ssg5
- name: Install Pandoc
run: |
run: |
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

- name: Add ssg5 to PATH
run: |
sudo mv ssg5 /usr/local/bin

- name: Checkout Website repo
uses: actions/checkout@v4

Expand Down

0 comments on commit 0efc2df

Please sign in to comment.