with:
mdbook-version: 'latest'
- - name: try mdr
+ - name: Build book
run: |
export PATH=~/.cabal/bin:$PATH
export PATH=.:$PATH
make build
+
+ - name: Emojify
+ uses: fennecdjay/emojify-docker-action@v1
+ with:
+ directory: 'md'
+
+ - name: GIT things
+ run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add -f book
Provided you have git installed, you can get it with:
``` sh
-git clone https:#!github.com/fennecdjay/gwion
+git clone https://github.com/fennecdjay/gwion
```
then change to the source directory
mk_target() {
sed 's/```\(.*\)gw/```\1cpp/' $1 |
- sed 's/:tada:/\😜/g' |
- sed 's/:champagne:/\🍾/g' |
sed 's#:gwion:#[Gwion](https://github.com/fennecdjay/Gwion)#g'
footer
}