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 - name: Build with Jekyll
run: | run: |
cd docs cd docs
bundle install bundle
bundle exec jekyll build jekyll build
mv _site ../ mv _site ../
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v3 uses: actions/upload-pages-artifact@v3