diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2acd1ef4c..cafbcc7cb 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -18,10 +18,4 @@ jobs: - name: Generate documentation for qbm run: npm run doc:qbm - working-directory: ./imxweb - - - name: Deploy documentation - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs \ No newline at end of file + working-directory: ./imxweb \ No newline at end of file