Skip to content

Commit

Permalink
fix bad baseURL in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sdumetz committed Feb 5, 2024
1 parent d57c77b commit ebc2019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
sudo apt -qqy install git-restore-mtime
git restore-mtime
- name: Build with Jekyll
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
run: bundle exec jekyll build
env:
JEKYLL_ENV: production
- name: test HTML validity
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: "https://ethesaurus.holusion.com"
url: "https://ecorpus.eu"
baseurl: ""
title: "eThesaurus"

Expand Down

0 comments on commit ebc2019

Please sign in to comment.