From 1d288cae171b2dd6fa225ff59797c2668e03870e Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Sun, 12 Sep 2021 21:40:25 +0200 Subject: Add songbook to index --- scripts/build.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/build.rb b/scripts/build.rb index bbefac4..04e39d7 100644 --- a/scripts/build.rb +++ b/scripts/build.rb @@ -20,6 +20,7 @@ P = Pather.new P.add 'index', 'index.html' P.add 'style', 'style.css' +P.add 'songbook', 'śpiewnik-tradycyjny.pdf' songs.each_key do |song_id| P.add(song_html(song_id), song_html(song_id)) -- cgit v1.2.3