Skip to content

Commit

Permalink
Merge pull request #181 from openbikesensor/webpage
Browse files Browse the repository at this point in the history
Generates the webpage for host www.openbikesensor.org.
  • Loading branch information
SubOptimal authored Apr 11, 2023
2 parents a59f065 + 477920e commit 7157c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- run: npm ci

- name: Build
run: hugo --minify -b "https://openbikesensor.org"
run: hugo --minify -b "https://www.openbikesensor.org"

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 7157c0b

Please sign in to comment.