Skip to content

Commit c87a396

Browse files
authored
Fix upload artifact path in deploy-docs.yml
Updated the path for the upload artifact step in the deploy-docs workflow to point to the correct directory.
1 parent b39eb22 commit c87a396

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,11 @@ jobs:
2323
- name: Upload artifact
2424
uses: actions/upload-pages-artifact@v3
2525
with:
26-
path: ./.output/public
26+
path: ./docs/.output/public
2727
# Deployment job
2828
deploy:
2929
# Add a dependency to the build job
3030
needs: build
31-
defaults:
32-
run:
33-
working-directory: docs
3431
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
3532
permissions:
3633
pages: write # to deploy to Pages

0 commit comments

Comments
 (0)