[ci] fix build

This commit is contained in:
Nemo 2023-06-10 13:27:34 +05:30
parent 9f0608862c
commit a409ce6673
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
id: pages
uses: actions/configure-pages@v3
- name: Build with Jekyll
run: bundle exec jekyll build --config _config.yml,_config.prod.yml --baseurl "${{ steps.pages.outputs.base_path }}"
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Upload artifact