Skip to content

Commit

Permalink
Refactor file paths for Lunaria documentation deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Dec 7, 2024
1 parent 731c54e commit 5102b7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
# - name: Upload Overview
# uses: actions/upload-pages-artifact@v3
# with:
# path: "www/docs/dist/lunaria/"
# path: "docs/dist/lunaria/"

# lunaria-deploy:
# name: Deploy Lunaria Overview
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lunaria-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Upload Overview
uses: actions/upload-pages-artifact@v3
with:
path: "www/docs/dist/lunaria/"
path: "docs/dist/lunaria/"

deploy-overview:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5102b7f

Please sign in to comment.