Skip to content

Commit

Permalink
ci: the website should be upload as an artifact always
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Apr 28, 2024
1 parent 51907ed commit c31ff1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run: task build-website

- name: upload docs
if: ${{ github.event_name == 'pull_request' }}
if: always()
uses: actions/upload-artifact@v4
with:
name: docs
Expand Down

0 comments on commit c31ff1a

Please sign in to comment.