do it
authorMichael Wallner <mike@php.net>
Thu, 9 Sep 2021 18:05:31 +0000 (20:05 +0200)
committerMichael Wallner <mike@php.net>
Thu, 9 Sep 2021 18:05:31 +0000 (20:05 +0200)
.github/workflows/publish.yml

index 3d654741fce4f90d27e4411b6e550d168fb8cdd9..40591da0276f8be902ffec69b2bd341f77526e3e 100644 (file)
@@ -36,10 +36,6 @@ jobs:
         with:
           repository: mdref/mdref-raphf
           path: refs/raphf
-      - uses: actions/checkout@v2
-        with:
-          repository: mdref/mdref.github.io
-          path: html
       - name: Install dependencies
         run: |
           sudo apt-get update -y
@@ -78,10 +74,6 @@ jobs:
           for ext in http pq; do
             ../bin/ref2stub ../refs/$ext
           done
-      - name: Show changes
-        run: |
-          cd html
-          git diff
       - uses: crazy-max/ghaction-github-pages@v2
         if: success()
         env:
@@ -94,5 +86,3 @@ jobs:
           build_dir: html
           repo: mdref/mdref.github.io
           fqdn: mdref.m6w6.name
-          dry_run: true
-