Skip to content

Commit

Permalink
Update action.yml (#74)
Browse files Browse the repository at this point in the history
* Update action.yml

* Update action.yml
  • Loading branch information
tschm authored Jun 11, 2024
1 parent 4f2c3c1 commit d215b92
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions actions/setup-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d215b92

Please sign in to comment.