diff --git a/.gitea/workflows/jekyll.yaml b/.gitea/workflows/jekyll.yaml index e5f3f79..433514d 100644 --- a/.gitea/workflows/jekyll.yaml +++ b/.gitea/workflows/jekyll.yaml @@ -11,9 +11,5 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Setup Ruby - uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 - with: - ruby-version: '3.1' - bundler-cache: true - cache-version: 0 \ No newline at end of file + - name: Build + run: jekyll build --destination /usr/share/caddy/shylie.info/_site \ No newline at end of file