Skip to content

Commit

Permalink
ci: Fix CI/CD workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewscwei committed Sep 19, 2024
1 parent b2669fe commit 1b60d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Deploy to GitHub pages
uses: andrewscwei/actions/gh-pages-deploy@v2
with:
deploy-path: build
deploy-path: public
notify:
name: Notify
needs: [deploy]
Expand Down

0 comments on commit 1b60d79

Please sign in to comment.