We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd6770 commit e57f81aCopy full SHA for e57f81a
.changeset/angry-waves-brake.md
@@ -0,0 +1,5 @@
1
+---
2
+"project": patch
3
4
+
5
+Fix deploy workflow
.github/workflows/static-file-host.yml
@@ -53,12 +53,12 @@ jobs:
53
pnpm astro build \
54
--site "${{ steps.pages.outputs.origin }}" \
55
--base "${{ steps.pages.outputs.base_path }}"
56
- working-directory: ${{ env.BUILD_PATH }}/docs
+ working-directory: ${{ env.BUILD_PATH }}
57
58
- name: Upload artifact
59
uses: actions/upload-pages-artifact@v3
60
with:
61
- path: ${{ env.BUILD_PATH }}/docs/dist
+ path: ${{ env.BUILD_PATH }}/dist
62
63
deploy:
64
environment:
0 commit comments