kpumuk commented on code in PR #14:
URL: https://github.com/apache/thrift-website/pull/14#discussion_r3089218656


##########
.github/workflows/jekyll.yaml:
##########
@@ -21,29 +21,28 @@ name: CI
 
 on:
   push:
-    branches: [ 'main' ]
+    branches: ["main"]
   pull_request:
-    branches: [ 'main' ]
+    branches: ["main"]
 
 jobs:
   jekyll:
     timeout-minutes: 15
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v4
-    - name: Set up Ruby
-      uses: ruby/setup-ruby@v1
-      with:
-        ruby-version: 3.2.2
-        bundler-cache: true
-    - name: Test site build
-      run: |
-        ruby --version
-        bundle exec jekyll build
-    - name: Upload site
-      uses: actions/upload-artifact@v4
-      with:
-        name: site
-        path: ./_site/
-        if-no-files-found: ignore
-
+      - uses: actions/checkout@v4
+      - name: Set up Ruby
+        uses: ruby/setup-ruby@v1
+        with:
+          ruby-version: 4.0.2

Review Comment:
   Thank you for pointing this out. I have made some wildly incorrect 
assumptions about how the build process works, will rollback all non-related 
changes.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to