Skip to content

Commit

Permalink
Updated build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
git-moss committed Aug 23, 2024
1 parent 419b6a3 commit b48caca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/createPDF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Configure
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Create output folder
run: |
Expand All @@ -30,7 +30,7 @@ jobs:
args: --standalone --toc --resource-path=.:Novation -V geometry:margin=2.5cm --output=output/DrivenByMoss-Manual.pdf README.md Installation.md KnownIssues.md Ableton/Ableton-Push.md Akai/Akai-APC40-APC40mkII.md Akai/Akai-APCmini.md Akai/Akai-Fire.md Akai/Akai-MPC-Force.md Arturia/Arturia-Beatstep.md Electra-One/Electra-One.md ESI/Xjam.md Faderfox/EC4.md Generic-Tools-Protocols/AutoColor.md Generic-Tools-Protocols/Gamepad.md Generic-Tools-Protocols/Generic-Flexi.md Mackie/Mackie-HUI.md Mackie/Mackie-MCU.md Generic-Tools-Protocols/MidiMonitor.md "Native-Instruments/Native-Instruments-Kontrol1.md" "Native-Instruments/Native-Instruments-Kontrol2.md" "Native-Instruments/Native-Instruments-Maschine-Jam.md" "Native-Instruments/Native-Instruments-Maschine-Mk3.md" "Native-Instruments/Native-Instruments-Maschine-Mikro-Mk3.md" Novation/Novation-LaunchControlXL.md Novation/Novation-LaunchkeyMk3.md Novation/Novation-LaunchkeyMiniMk3.md Novation/Novation-Launchpad.md Novation/Novation-Remote-SLmkI-mkII.md Novation/Novation-SLMkIII.md Generic-Tools-Protocols/Open-Sound-Control-(OSC).md OXI/OXIOne.md Yaeltex/Yaeltex-Turn.md Bitwig/Changes.md Reaper/Changes.md

- name: Publish result
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: DrivenByMoss-Manual
path: output/DrivenByMoss-Manual.pdf

0 comments on commit b48caca

Please sign in to comment.