From 0a8d5dd7ca5a930aee29a7187d570d83871c6c47 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Fri, 28 Feb 2020 12:04:11 -0800 Subject: [PATCH] Remove uneeded * --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index bb4b6468..7ef100cb 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -14,4 +14,4 @@ parts: build-packages: [python3-pip, python3-sphinx, latexmk, texlive, texlive-formats-extra, arcanist, python3-sphinx-rtd-theme, python3-sphinx-bootstrap-theme] plugin: make make-parameters: [html] - artifacts: [build/html/*] + artifacts: [build/html/]