You've already forked hugo-mod-twemoji
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:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user