Modify Actions
This commit is contained in:
parent
3ef3a96fc8
commit
116d82555f
|
@ -26,11 +26,7 @@ jobs:
|
||||||
cd docs
|
cd docs
|
||||||
bundle config path vendor/bundle
|
bundle config path vendor/bundle
|
||||||
bundle install --jobs 4 --retry 3
|
bundle install --jobs 4 --retry 3
|
||||||
- run: bundle exec middleman build
|
chmod +x deploy.sh
|
||||||
|
./deploy.sh
|
||||||
- name: Deploy
|
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./docs/build
|
|
||||||
keep_files: true
|
|
Loading…
Reference in New Issue