10 lines
323 B
Bash
Executable File
10 lines
323 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Generate the custom Emoji story
|
|
node generate-emoji-story.mjs >../stories-category-doc-pages/Emoji.stories.mdx
|
|
|
|
# Generate stories out of documentation
|
|
|
|
# Pull down the doc about development
|
|
curl -s https://raw.githubusercontent.com/owncast/owncast.github.io/master/content/development.md >/tmp/development.md
|