Skip to content

Commit

Permalink
ci: fix the artifact name to specifially target the _site directory
Browse files Browse the repository at this point in the history
  • Loading branch information
pgierz committed Jun 7, 2024
1 parent 8931eb8 commit a11ec88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
artifact-name: site
path: _site
# Deployment job
deploy:
environment:
Expand Down

0 comments on commit a11ec88

Please sign in to comment.