Skip to content

Commit

Permalink
Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Rey committed Oct 3, 2024
1 parent d26f5ac commit 820f478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buid_jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build with Jekyll
run: |
cd petitbonhomme
bundle exec jekyll build --url "https://simon-rey.github.io/PetitBonhomme"
bundle exec jekyll build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion petitbonhomme/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ description: >- # this means to ignore newlines until "baseurl:"
Website used to log my outfits and to manage my wardrobe.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
url: "https://simon-rey.github.io/PetitBonhomme" # the base hostname & protocol for your site, e.g. http://example.com

# Build settings
plugins:
Expand Down

0 comments on commit 820f478

Please sign in to comment.