fix ref2stub
authorMichael Wallner <mike@php.net>
Thu, 9 Sep 2021 17:39:51 +0000 (19:39 +0200)
committerMichael Wallner <mike@php.net>
Thu, 9 Sep 2021 17:39:51 +0000 (19:39 +0200)
.github/workflows/publish.yml

index 159c031e84bb4a6063189896d89da51f41030618..c39bdcbe446d395aeba047fbe6ba70869c621790 100644 (file)
@@ -72,7 +72,7 @@ jobs:
         run: |
           cd html
           for ext in http pq; do
-            ../bin/ref2stub $ext
+            ../bin/ref2stub ../refs/$ext
           done
       - uses: crazy-max/ghaction-github-pages@v2
         if: success()