We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3548730 commit c0c23d7Copy full SHA for c0c23d7
.github/workflows/jekyll.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: actions/configure-pages@v4
45
- name: Build with Jekyll
46
# Outputs to the './_site' directory by default
47
- run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
+ run: bundle exec jekyll build --baseurl "/cnigfr/${{ steps.pages.outputs.base_path }}"
48
env:
49
JEKYLL_ENV: production
50
- name: Upload artifact
@@ -55,7 +55,7 @@ jobs:
55
deploy:
56
environment:
57
name: github-pages
58
- url: ${{ steps.deployment.outputs.page_url }}
+ url: /cnigfr/${{ steps.deployment.outputs.page_url }}
59
runs-on: ubuntu-latest
60
needs: build
61
steps:
0 commit comments