X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=.github%2Fworkflows%2Fpublish.yml;h=3d654741fce4f90d27e4411b6e550d168fb8cdd9;hb=6dfe63eb27127dd310eec752055e93d3e29c304d;hp=c39bdcbe446d395aeba047fbe6ba70869c621790;hpb=3e66985c3672ad3540b2e57db130bce31ed84abb;p=mdref%2Fmdref 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: