From daa449a643e46160865e49bd31f1226dadaafbcf Mon Sep 17 00:00:00 2001 From: developomp Date: Sun, 15 Aug 2021 09:50:06 +0900 Subject: [PATCH] attempt to fix gh workflow --- .github/workflows/documentation.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f6b5079..a4e8d3b 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -36,7 +36,6 @@ jobs: - uses: shimataro/ssh-key-action@v2 with: key: ${{ secrets.SSH_PRIVATE_KEY }} - known_hosts: github.com - name: Release to GitHub Pages env: USE_SSH: true