Update .gitea/workflows/deploy.yml
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s Details

This commit is contained in:
Alice 2024-07-08 19:53:22 -03:00
parent 44d48fa204
commit 1fd3199f81
1 changed files with 8 additions and 8 deletions

View File

@ -18,9 +18,9 @@ jobs:
- run: sudo apt install bundler
- name: Setup bundle deps
- run: |
cd ${{ gitea.workspace }}
bundle install
- run: cd ${{ gitea.workspace }}
- run: bundle install
- name: Build
- run: bundle exec jekyll build
- run: echo "🍏 This job's status is ${{ job.status }}."