File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3636 # Move pages into root of build folder
3737 - name : Move pages
3838 run : |
39- mv dist/4XX/*.html . /
40- mv dist/5XX/*.html . /
39+ mv dist/4XX/*.html dist /
40+ mv dist/5XX/*.html dist /
4141
4242 # Deploy to GitHub Pages
4343 - name : Deploy to GitHub Pages
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ include ./composed/http-402-icon
44include ./composed/http-403-icon
55include ./composed/http-404-icon
66include ./composed/http-405-icon
7+ include ./composed/http-418-icon
78include ./composed/http-generic-icon
89
910mixin HTTPIcon(code )
@@ -20,5 +21,7 @@ mixin HTTPIcon(code)
2021 + HTTP404Icon()
2122 else if (code == 405 )
2223 + HTTP405Icon()
24+ else if (code == 418 )
25+ + HTTP418Icon()
2326 else
2427 + HTTPGenericIcon()
You can’t perform that action at this time.
0 commit comments