We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15cda97 commit da9d51cCopy full SHA for da9d51c
.github/workflows/deploy.yml
@@ -27,6 +27,7 @@ jobs:
27
steps:
28
- uses: actions/checkout@v3
29
- uses: ./.github/actions/install-deps
30
+ - run: pnpm run build
31
- name: Install, build, and upload your site
32
uses: withastro/action@v2
33
with:
0 commit comments