X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=.github%2Fworkflows%2Fpublish.yml;h=136157a95bb350b0272ef7936c8c26a6ac841fb4;hb=23149e2345f733acef907dd2cc9ecaf951ff2e41;hp=e389d4c1deb7e949bb5f917597cfaf28e66b790d;hpb=45c07a957cb38069f1e95c920ab5b20e6b7686d6;p=mdref%2Fmdref diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e389d4c..136157a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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) -s 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