Skip to content

Commit

Permalink
fix: fixed artifacts path in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekkice committed Jan 14, 2025
1 parent 63615ca commit d4e35c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/antora-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-pages-artifact@v3
with:
path: docs/_dist
path: _dist
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit d4e35c4

Please sign in to comment.