From: Michael Wallner Date: Thu, 9 Sep 2021 18:05:31 +0000 (+0200) Subject: do it X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=4ffa9c1a8ae198ffc05e27ad77906014961987e7;p=mdref%2Fmdref do it --- diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3d65474..40591da 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 -