Skip to content

Commit

Permalink
fix: pickup build files from dev folder
Browse files Browse the repository at this point in the history
And use base_url as <repo_name>/dev
  • Loading branch information
mrkhan authored Apr 16, 2024
1 parent cad7e6c commit 53d0abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: docs/dist
path: docs/dist/dev

# Deployment job
deploy:
Expand Down

0 comments on commit 53d0abb

Please sign in to comment.