From: Jérémie Astor Date: Sun, 19 Jan 2020 20:49:34 +0000 (+0100) Subject: emojy X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=2df7a2e224153a5b537a76b49aaf04efbf2ef3db;p=gwion.git emojy --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fd6ce760..313f0583 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -121,6 +121,11 @@ jobs: export PATH=.:$PATH bash scripts/benchmark.sh + - uses: fennecdjay/emojify-docker-action@v1 + name: Emojify + with: + directory: 'docs' + - name: MdBook uses: peaceiris/actions-mdbook@v1 with: @@ -132,11 +137,6 @@ jobs: export PATH=.:$PATH make build - - uses: fennecdjay/emojify-docker-action@v1 - name: Emojify - with: - directory: 'md' - - name: GIT things run: | git config --local user.email "action@github.com"