modified: .github/workflows/jekyll-gh-pages.yml

This commit is contained in:
zhangyuheng 2024-04-04 06:28:08 +08:00
parent 855111f813
commit 117a2ffb89

View File

@ -37,8 +37,8 @@ jobs:
- name: Build with Jekyll
run: |
cd docs
bundle install
bundle exec jekyll build
bundle
jekyll build
mv _site ../
- name: Upload artifact
uses: actions/upload-pages-artifact@v3