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
695f62eb6c
commit
35c6a06636
1 changed files with 3 additions and 3 deletions
4
.github/workflows/deploy-docs.yml
vendored
4
.github/workflows/deploy-docs.yml
vendored
|
|
@ -23,11 +23,11 @@ jobs:
|
|||
gems-${{ runner.os }}-
|
||||
- run: bundle config set deployment 'true'
|
||||
- name: bundle install
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
cd docs
|
||||
bundle config path vendor/bundle
|
||||
bundle install --jobs 4 --retry 3
|
||||
chmod +x deploy.sh
|
||||
./deploy.sh
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue