Update .gitea/workflows/deploy.yml

This commit is contained in:
Alice 2024-07-08 19:55:28 -03:00
parent 229fa2741c
commit d1c98790eb
1 changed files with 2 additions and 2 deletions

View File

@ -22,5 +22,5 @@ jobs:
- run: bundle install
- name: Build
- run: bundle exec jekyll build
- run: echo "🍏 This job's status is ${{ job.status }}."
run: bundle exec jekyll build
run: echo "🍏 This job's status is ${{ job.status }}."