From: Michael Wallner Date: Thu, 9 Sep 2021 17:51:01 +0000 (+0200) Subject: show changes X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=6dfe63eb27127dd310eec752055e93d3e29c304d;p=mdref%2Fmdref show changes --- diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c39bdcb..3d65474 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,6 +36,10 @@ 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 @@ -65,7 +69,7 @@ jobs: composer install - name: Generate HTML run: | - mkdir html + mkdir -p html cd html ../bin/ref2html . ../refs/* - name: Generate STUBs @@ -74,6 +78,10 @@ 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: