Skip to content

Commit

Permalink
fix: update path for documentation artifact upload in GitHub Actions …
Browse files Browse the repository at this point in the history
…workflow (#56)
  • Loading branch information
krzotki authored Feb 6, 2025
1 parent 8fd78a5 commit 1bc7ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
with:
path: ./dist/docs/docs-site
path: ./dist/docs/docs-site/.next

deploy:
environment:
Expand Down

0 comments on commit 1bc7ed9

Please sign in to comment.