1
mirror of https://github.com/jakejarvis/hugo-mod-twemoji.git synced 2025-06-27 14:25:41 -04:00

mount twemoji.min.js as an asset instead of static file, and get as resource in partial

This commit is contained in:
2020-04-13 15:48:19 -04:00
parent ede8c23576
commit cf01973921
5 changed files with 13 additions and 12 deletions

View File

@ -48,12 +48,9 @@ jobs:
- name: Build site
run: |
./hugo --source docs/ --verbose
- name: Does twemoji.min.js exist?
run: |
test -f ./docs/public/twemoji/js/twemoji.min.js
- name: Are 🌈s imaginary??? (png)
run: |
test -f ./docs/public/twemoji/png/1f308.png
- name: Is 💓 even real?!?!??! (svg)
- name: Does true 💓 even exist?!?!??! (svg)
run: |
test -f ./docs/public/twemoji/svg/1f493.svg