Update .gitea/workflows/deploy.yml

This commit is contained in:
Alice 2024-07-10 14:57:24 -03:00
parent ffbc33c0b9
commit 6f8e8cc31f
1 changed files with 7 additions and 3 deletions

View File

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