From 34d86f760b25db498a4d96ee17d1b782926fa44c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Olivera?= Date: Thu, 3 May 2018 12:16:15 -0300 Subject: [PATCH] Fix assets directory path in "Tips & Tricks" (#630) --- docs/getting-started-publishing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-publishing.md b/docs/getting-started-publishing.md index 28aa5443d6..bc2e6ce9a2 100644 --- a/docs/getting-started-publishing.md +++ b/docs/getting-started-publishing.md @@ -161,7 +161,7 @@ jobs: -run: echo "Skipping tests on gh-pages branch" ``` -Save this file as `config.yml` and place it in a `.circleci` folder inside your `website/assets` folder. +Save this file as `config.yml` and place it in a `.circleci` folder inside your `website/static` folder. ### Hosting on Netlify