]> Nishi Git Mirror - gwion.git/commitdiff
emojy
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 19 Jan 2020 20:49:34 +0000 (21:49 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 19 Jan 2020 20:49:34 +0000 (21:49 +0100)
.github/workflows/build.yml

index fd6ce760d0631a89026f2b7aab67593ba361d914..313f058391c21007071da9ff0e4f3dad62ed1286 100644 (file)
@@ -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"