Modify Actions

This commit is contained in:
John Nguyen 2020-12-02 09:55:39 +01:00
parent 3ef3a96fc8
commit 116d82555f
1 changed files with 3 additions and 7 deletions

View File

@ -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 }}