diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index 1ee4cf8bc..fe21592af 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -30,7 +30,6 @@ jobs: run: ldoc . --fatalwarnings - name: Deploy - if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'EvilBot-bot/Barotrauma-lua-attempt' && success() uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }}