Skip to content

Commit e45d8df

Browse files
Update jekyll.yml
1 parent 6318765 commit e45d8df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/configure-pages@v4
4545
- name: Build with Jekyll
4646
# Outputs to the './_site' directory by default
47-
run: bundle exec jekyll build --baseurl "/cnigfr${{ steps.pages.outputs.base_path }}"
47+
run: bundle exec jekyll build --baseurl "/cnigfr/Reseaux-eaux/docs/"
4848
env:
4949
JEKYLL_ENV: production
5050
- name: Upload artifact
@@ -55,7 +55,7 @@ jobs:
5555
deploy:
5656
environment:
5757
name: github-pages
58-
url: /cnigfr${{ steps.deployment.outputs.page_url }}
58+
url: /cnigfr/Reseaux-eaux/docs/
5959
runs-on: ubuntu-latest
6060
needs: build
6161
steps:

0 commit comments

Comments
 (0)