From fe14eb8d46e9e5c988d0aff57e83a474ee2f695a Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Fri, 28 Feb 2020 11:33:54 -0800 Subject: [PATCH] Update artifacts to correct path --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 6f9788fe..d9822170 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-paramaters: [html] - #artifacts: make/html/* + artifacts: [build/html/*]