enable publish
authorMichael Wallner <mike@php.net>
Thu, 27 Jan 2022 15:08:51 +0000 (16:08 +0100)
committerMichael Wallner <mike@php.net>
Thu, 27 Jan 2022 15:08:51 +0000 (16:08 +0100)
.github/workflows/publish.yml

index bb0413e97e808db93a25fd3296d1d637174361f4..9aff7fb1459de1efbf301e7131574121509f87a5 100644 (file)
@@ -78,7 +78,7 @@ jobs:
             ../bin/ref2stub ../refs/$ext
           done
       - uses: crazy-max/ghaction-github-pages@v2
-        if: false
+        if: success()
         env:
           GH_PAT: ${{ secrets.PUBLISH_SECRET }}
         with: