Skip to content

Commit

Permalink
Fixed deploy docs workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwoplaza committed Aug 12, 2024
1 parent 0271296 commit 7678761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install, build, and upload your site
uses: withastro/action@v2
with:
path: apps/docs # The root location of your Astro project inside the repository.
path: apps/typed-binary-docs # The root location of your Astro project inside the repository.

deploy:
needs: build
Expand Down

0 comments on commit 7678761

Please sign in to comment.