File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 # from the archive
3737 cp ./src/bin/cyoa/ghostwriter.html "$tweego_dir"/ghostwriter.html
3838 cp ./src/bin/cyoa/main.js "$tweego_dir"/main.js
39+ cp ./src/bin/cyoa/main.css "$tweego_dir"/main.css
3940 cd "$tweego_dir"
4041 curl -LO https://github.com/tmedwards/tweego/releases/download/v2.1.1/tweego-2.1.1-linux-x64.zip
4142 unzip ./tweego-2.1.1-linux-x64.zip
4445 mkdir -p "$dist_dir"
4546 # the file lists a format (3.2+) that is newer than what tweego knows about, which makes it fail.
4647 # So here we reassure it it's ok to use what it knows as "harlowe 3" instead.
47- ./tweego --format=harlowe-3 ./ghostwriter.html ./main.js > "$dist_dir"/index.html
48+ ./tweego --format=harlowe-3 ./ghostwriter.html ./main.js ./main.css > "$dist_dir"/index.html
4849
4950 - name : Upload pages artifact
5051 uses : actions/upload-pages-artifact@v3
Original file line number Diff line number Diff line change 1+ body {
2+ background-color : black;
3+ }
4+
5+ tw-story {
6+ max-width : 900px ;
7+ margin : auto;
8+ padding : 1em ; /* override default styles */
9+ padding-top : 2em ;
10+ }
You can’t perform that action at this time.
0 commit comments