Skip to content

Commit

Permalink
Fix GitHub Pages failure
Browse files Browse the repository at this point in the history
Jekyll is getting this error in the build script:
    Invalid scheme format: 'The Web' (Addressable::URI::InvalidURIError)

It turned out that Jekyll crashed because there was a file name
with a colon (`:`).
  • Loading branch information
booch committed May 22, 2024
1 parent 5aab340 commit b1601b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
The Web: Not Just HTML, CSS, and JavaScript
=======
# The Web - Not Just HTML, CSS, and JavaScript

Type: workshop
Track: General
Expand Down Expand Up @@ -102,4 +101,4 @@ I'll probably work my way through the areas in the same order they're normally a
Of course there are some exceptions to the rules, where smaller is not better:

* Documentation
* Commit messages
* Commit messages
2 changes: 1 addition & 1 deletion proposals/RailsConf/2024/How the Web Works.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

* How the Web Works
* How does the Web work?
* Maybe "The Web: Everything Besides HTML, CSS, and JavaScript"
* Maybe "The Web - Everything Besides HTML, CSS, and JavaScript"
* Maybe "The Web, minus HTML, CSS, and JavaScript"


Expand Down

0 comments on commit b1601b6

Please sign in to comment.