diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index f71d04c..1de09f1 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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 }}."