Skip to content

Commit

Permalink
update gha vars
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Apr 20, 2024
1 parent 927b2ae commit cfcc150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
- name: upload the just-built docs as an artifact
if: ${{ matrix.python-version == '3.10' }}
if: ${{ matrix.python-version == '3.10' }} && github.event-name == 'pull_request'
uses: actions/upload-artifact@v4
with:
name: docs-${{ github.ref }}
name: docs-${{ github.head_ref }}
path: doc/build/html
overwrite: true # v4 requires unique names; this will delete existing before uploading

Expand Down

0 comments on commit cfcc150

Please sign in to comment.