Skip to content

Commit d6d5737

Browse files
authored
Merge pull request #181 from InnerSourceCommons/feat/release-tokyo-2025
Release tokyo-2025 pages
2 parents a7540a3 + d532eb0 commit d6d5737

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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 \

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you want to see the entire site, do the following:
2424
```sh
2525
# Define url
2626
url="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")
2828
for dir in "${directories[@]}"; do
2929
cd $dir
3030
hugo \
@@ -42,9 +42,9 @@ hugo \
4242
--destination ../public/
4343
cd ..
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

0 commit comments

Comments
 (0)