diff --git a/actions/build/action.yml b/actions/build/action.yml index 754031d..a7a6c48 100644 --- a/actions/build/action.yml +++ b/actions/build/action.yml @@ -42,13 +42,13 @@ runs: poetry version ${{ github.ref_name }} poetry build - ##Archive the dist folder - # - name: Archive sphinx documentation - # uses: actions/upload-artifact@v4 - # with: - # name: dist - # path: dist - # retention-days: 1 + #Archive the dist folder + - name: Archive sphinx documentation + uses: actions/upload-artifact@v4 + with: + name: dist + path: dist + retention-days: 1 # Push dist folder to the build branch - name: Publish the dist folder diff --git a/actions/setup-environment/action.yml b/actions/setup-environment/action.yml index 6933353..6b4fe66 100644 --- a/actions/setup-environment/action.yml +++ b/actions/setup-environment/action.yml @@ -64,9 +64,9 @@ runs: mkdir -p artifacts/build poetry show --only main --tree > artifacts/build/show.txt - - name: Archive Documentation - uses: actions/upload-artifact@v4 - with: - name: build-${{ runner.os }}-${{ inputs.python-version }} - path: artifacts/build - retention-days: 1 + # - name: Archive Documentation + # uses: actions/upload-artifact@v4 + # with: + # name: build-${{ runner.os }}-${{ inputs.python-version }} + # path: artifacts/build + # retention-days: 1