diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2f0ca36..18628cd 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -33,12 +33,8 @@ jobs: - uses: actions/setup-node@v1 with: node-version: '14.x' - - uses: webfactory/ssh-agent@v0.5.3 - with: - ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }} - name: Release to GitHub Pages env: - USE_SSH: true GIT_USER: developomp GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: |