Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
change path on yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-batistuta committed May 28, 2024
1 parent b562d4f commit 617ce94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/configure-pages@v5
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
run: bundle exec jekyll build --baseurl "jpg-converter-cpp/"
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand All @@ -55,7 +55,7 @@ jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
url: https://gabriel-batistuta.github.io
runs-on: ubuntu-latest
needs: build
steps:
Expand Down

0 comments on commit 617ce94

Please sign in to comment.