stevedlawrence commented on a change in pull request #74:
URL: https://github.com/apache/daffodil-site/pull/74#discussion_r761332755



##########
File path: .github/workflows/main.yml
##########
@@ -13,45 +13,32 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-name: Publish Daffodil Site
+name: CI
 
-on: [push]
+on:
+  push:
+  pull_request:
+    types: [opened, synchronize, reopened]
 
 jobs:
-  test:
-    name: Publish Site
-    runs-on: ubuntu-latest
+  build-publish:
+    name: Build & Publish
     strategy:
       fail-fast: false
-    steps:
+    runs-on: ubuntu-20.04
+    container:
+      image: jekyll/jekyll:4.2.0

Review comment:
       The above worked, and I think is much cleaner. Added as a fixup commit.




-- 
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