Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
IamShobe committed Jan 4, 2025
1 parent 46115e3 commit 02fb6b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- name: Install, build, and upload your site
uses: withastro/action@v3
with:
path: ./docs/
path: ./docs/ # The root location of your Astro project inside the repository. (optional)
node-version: 20
package-manager: pnpm@latest

deploy:
needs: build
Expand Down

0 comments on commit 02fb6b7

Please sign in to comment.