mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-25 22:22:31 +01:00
Modify Actions
This commit is contained in:
parent
3ef3a96fc8
commit
116d82555f
1 changed files with 3 additions and 7 deletions
10
.github/workflows/deploy-docs.yml
vendored
10
.github/workflows/deploy-docs.yml
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue