diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 846bdbe..36a34d2 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -15,7 +15,7 @@ jobs: - name: Setup cache directory run: mkdir .jekyll-cache - name: Install dependencies - run: bundle install + run: bundle install --deployment - name: Build the site run: jekyll build --trace - name: Include the Codeberg pages .domains file