quiet pharext
[mdref/mdref] / .github / workflows / publish.yml
index e389d4c1deb7e949bb5f917597cfaf28e66b790d..159c031e84bb4a6063189896d89da51f41030618 100644 (file)
@@ -52,13 +52,13 @@ jobs:
             libbrotli-dev
       - name: Install referenced php extensions for stubs
         run: |
-          for ext in raphf http pq; do
+          for ext in raphf pecl_http pq; do
             phar=$(
               curl -sSL -H Accept:application/json replicator.pharext.org?$ext \
                 | jq -r 'to_entries[-1].value.".bz2".phar'
             )
             curl -sSLO replicator.pharext.org/$phar
-            php $phar -s
+            php $(basename $phar) -qs
           done
       - name: Install composer dependencies
         run: |
@@ -67,7 +67,7 @@ jobs:
         run: |
           mkdir html
           cd html
-          ./bin/ref2html . ../refs/*
+          ../bin/ref2html . ../refs/*
       - name: Generate STUBs
         run: |
           cd html