typo
[mdref/mdref] / .github / workflows / publish.yml
index 8569e3ef70c529b3dadf83125c108876f74dce79..136157a95bb350b0272ef7936c8c26a6ac841fb4 100644 (file)
@@ -52,7 +52,7 @@ 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'
@@ -67,7 +67,7 @@ jobs:
         run: |
           mkdir html
           cd html
-          ./bin/ref2html . ../refs/*
+          ../bin/ref2html . ../refs/*
       - name: Generate STUBs
         run: |
           cd html