From 4ffa9c1a8ae198ffc05e27ad77906014961987e7 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 9 Sep 2021 20:05:31 +0200 Subject: [PATCH] do it --- .github/workflows/publish.yml | 10 ---------- 1 file changed, 10 deletions(-) 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 - -- 2.30.2