modified: .github/workflows/jekyll-gh-pages.yml
This commit is contained in:
parent
855111f813
commit
117a2ffb89
4
.github/workflows/jekyll-gh-pages.yml
vendored
4
.github/workflows/jekyll-gh-pages.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user