File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5555 HUGO_ENV : production
5656 run : |
5757 url="${{ steps.pages.outputs.base_url }}"
58- directories=("tokyo-2024" "tokyo-2024-returns" "berlin-2025" "london-2025" "sao-paulo-2025")
58+ directories=("tokyo-2024" "tokyo-2024-returns" "tokyo-2025" " berlin-2025" "london-2025" "sao-paulo-2025")
5959 for dir in "${directories[@]}"; do
6060 cd $dir
6161 hugo \
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ If you want to see the entire site, do the following:
2424``` sh
2525# Define url
2626url=" http://localhost:1313/"
27- directories=(" tokyo-2024" " tokyo-2024-returns" " berlin-2025" " london-2025" )
27+ directories=(" tokyo-2024" " tokyo-2024-returns" " tokyo-2025 " " berlin-2025" " london-2025" )
2828for dir in " ${directories[@]} " ; do
2929 cd $dir
3030 hugo \
4242 --destination ../public/
4343cd ..
4444
45- python3 -m http.server 1313 --directory public
45+ python3 -m http.server 1313 --directory public
4646```
4747
4848## Adding a new sub-site
4949
50- When adding a sub-site make sure to add it to the ` workflows\hugo.yml ` file
50+ When adding a sub-site make sure to add it to the ` workflows\hugo.yml ` file
You can’t perform that action at this time.
0 commit comments