Go to file
Kazuhiro MUSASHI 4f6f71f2f8 Add `working_directory`:
```
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -16,21 +16,25 @@ jobs:

       - run:
           name: Change Amazon Links
+          working_directory: /root/project/
           command: |
             grep -l -r ecx.images-amazon.com content/ | sort | uniq | xargs -t --no-run-if-empty sed -ie "s/http:\/\/ecx.images-amazon.com/https:\/\/images-na.ssl-images-amazon.com/g"
             grep -l -r "http://www.amazon.co.jp/exec" content/ | sort | uniq | xargs -t --no-run-if-empty sed -i -e "s/http:\/\/www.amazon.co.jp\/exec/https:\/\/www.amazon.co.jp\/exec/g"

       - run:
           name: "Run Hugo"
+          working_directory: /root/project/
           command: HUGO_ENV=production hugo -v -s /root/project/

       - run:
           name: Change Amazon Links
+          working_directory: /root/project/
           command: |
             grep -l -r ecx.images-amazon.com content/ | sort | uniq | xargs -t --no-run-if-empty sed -ie "s/http:\/\/ecx.images-amazon.com/https:\/\/images-na.ssl-images-amazon.com/g"

       - run:
           name: "Gzip css/js/images"
+          working_directory: /root/project/
           command: |
             TARGETS=`find ./public/ -type f -regextype posix-egrep -regex ".*\.(css|js|png|jpg|JPG|PNG|CSS|JS)"
             for TARGET in `find ./public/ -type f -regextype posix-egrep -regex ".*\.(css|js|png|jpg|JPG|PNG|CSS|JS)"`
```
2019-05-04 20:43:24 +08:00
.circleci Add `working_directory`: 2019-05-04 20:43:24 +08:00
content Add `004-display-raster-style-data-leaflet.md`. 2019-05-04 15:33:06 +08:00
layouts List up the post category article only within post list page. 2019-04-16 16:10:58 +08:00
static/images initial commit 2019-03-31 19:00:21 +08:00
tasks Delete `test.rake` file. 2019-04-20 14:38:39 +08:00
themes/angels-ladder Delete the `url` setting from the archetypes file. 2019-04-02 23:13:03 +07:00
.gitignore Ignore vim swap file. 2019-04-12 15:43:58 +07:00
.textlintrc initial commit 2019-03-31 19:00:21 +08:00
Rakefile initial commit 2019-03-31 19:00:21 +08:00
config.toml initial commit 2019-03-31 19:00:21 +08:00