DEV Community

Discussion on: A Modern Developer's Workflow For Twine

Collapse
 
tsaftaridis profile image
tsaftaridis • Edited

For anyone else using this guide, I got it to deploy to github pages by making the following changes in the config yaml file (workflow):

tweego YOUR_TWEE_FILE.twee -o dist/index.html to
tweego YOUR_TWEE_FILE.twee -o index.html

AND

publish_dir: ./dist
publish_dir: ./

Disclaimer: I am very much a newbie. Don't know if this breaks anything really important down the line.