From 4f8db01542f2924bca29d06c43f2bae36291fcb8 Mon Sep 17 00:00:00 2001 From: idk Date: Fri, 3 Jan 2020 13:07:58 -0500 Subject: [PATCH] remove pdf's from repo store them in a release instead --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 35772e3..adf9e96 100644 --- a/Makefile +++ b/Makefile @@ -219,8 +219,8 @@ upload-deb: upload-docs: gothub release -p -u eyedeekay -r I2P-in-Private-Browsing-Mode-Firefox -t docs -n "Documentation" -d "PDF's and text about the extension"; true - gothub upload -R -u eyedeekay -r I2P-in-Private-Browsing-Mode-Firefox -t docs -n "Landing Page Documentation.pdf" -f smartlander.pdf - gothub upload -R -u eyedeekay -r I2P-in-Private-Browsing-Mode-Firefox -t docs -n "Browser Design Documentation.pdf" -f browser.pdf + gothub upload -R -u eyedeekay -r I2P-in-Private-Browsing-Mode-Firefox -t docs -n "Landing Page Documentation.pdf" -f ../smartlander.pdf + gothub upload -R -u eyedeekay -r I2P-in-Private-Browsing-Mode-Firefox -t docs -n "Browser Design Documentation.pdf" -f ../browser.pdf fmt: cleancss -O1 all -O2 all --format beautify home.css -o .home.css && mv .home.css home.css