diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b2a69c5..8c1b6f29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,11 +55,11 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: '0' - - name: Copy Requirements - uses: canastro/copy-file-action@master - with: - source: "python/requirements/dbr143.txt" - target: "docs/requirements.txt" + # - name: Copy Requirements + # uses: canastro/copy-file-action@master + # with: + # source: "python/requirements/dbr143.txt" + # target: "docs/requirements.txt" - name: Build HTML uses: ammaraskar/sphinx-action@0.4 with: