Update .gitea/workflows/deploy.yml
Gitea Actions Demo / Deploy (push) Has been cancelled Details

This commit is contained in:
Alice 2024-07-10 14:57:24 -03:00
parent 1234850fd1
commit 19a6ee8b3d
1 changed files with 7 additions and 3 deletions

View File

@ -18,10 +18,14 @@ jobs:
run: |
sudo apt update -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