X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Fpublish.yml;h=bb0413e97e808db93a25fd3296d1d637174361f4;hb=a94ecb1009610a763dd74a7eebc4754b6643d832;hp=3d654741fce4f90d27e4411b6e550d168fb8cdd9;hpb=6dfe63eb27127dd310eec752055e93d3e29c304d;p=mdref%2Fmdref diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3d65474..bb0413e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,12 +36,11 @@ 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: | + v=8.0; for b in "" ize -config; do \ + sudo update-alternatives --set php$b /usr/bin/php$b$v; \ + done sudo apt-get update -y sudo apt-get install -y \ php-cli \ @@ -78,12 +77,8 @@ 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() + if: false env: GH_PAT: ${{ secrets.PUBLISH_SECRET }} with: @@ -94,5 +89,3 @@ jobs: build_dir: html repo: mdref/mdref.github.io fqdn: mdref.m6w6.name - dry_run: true -