Update .gitea/workflows/deploy.yml
Gitea Actions Demo / Deploy (push) Has been cancelled
Details
Gitea Actions Demo / Deploy (push) Has been cancelled
Details
This commit is contained in:
parent
1234850fd1
commit
19a6ee8b3d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue