Skip to content

Commit

Permalink
add base url
Browse files Browse the repository at this point in the history
  • Loading branch information
drifter089 committed Apr 9, 2024
1 parent 925eab1 commit 7157b49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
run : ./scripts/sync-data.sh
- name: Install Node.js dependencies
run: npm ci
# - name: Install Dart Sass
# run: sudo snap install dart-sass
- name: Install Dart Sass
run: sudo snap install dart-sass
- name : use docker
run : docker compose run --rm hugo hugo
run : hugo server --baseURL https://open-energy-transition-hugo-latest.github.io/
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 7157b49

Please sign in to comment.