diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index f0b6a28..6a57415 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -8,5 +8,4 @@ jobs: - run: gem update - run: gem install bundler - run: bundle install - - run: bundle exec jekyll build - - uses: actions/checkout@v3 \ No newline at end of file + - run: bundle exec jekyll build \ No newline at end of file