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