Skip to content

Commit

Permalink
Format things better.
Browse files Browse the repository at this point in the history
  • Loading branch information
SiegeLordEx authored and SiegeLord committed Oct 27, 2024
1 parent ac66bc3 commit 7201f4d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Build and Deploy
on: [push]
on:
push:
branches: [master]
permissions:
contents: write
jobs:
Expand All @@ -19,6 +21,7 @@ jobs:
version: tags/2.19.2
file: pandoc-2.19.2-1-amd64.deb
target: pandoc-2.19.2-1-amd64.deb

- name: Install and Build
run: |
sudo dpkg -i pandoc-2.19.2-1-amd64.deb
Expand Down

0 comments on commit 7201f4d

Please sign in to comment.