Update .gitea/workflows/deploy.yml
This commit is contained in:
parent
ffbc33c0b9
commit
6f8e8cc31f
|
@ -17,11 +17,15 @@ jobs:
|
|||
- name: Setup env
|
||||
run: |
|
||||
sudo apt update -y
|
||||
sudo apt install bundler -y
|
||||
sudo apt install bundler -y
|
||||
# baixar imagemagick
|
||||
|
||||
- run: cd ${{ gitea.workspace }}
|
||||
|
||||
#- run: ./script/script.sh
|
||||
|
||||
- name: Setup bundle deps
|
||||
run: cd ${{ gitea.workspace }}
|
||||
- run: bundle install
|
||||
run: bundle install
|
||||
|
||||
- name: Build
|
||||
run: bundle exec jekyll build
|
||||
|
|
Loading…
Reference in New Issue