fix: documentation output folder

This commit is contained in:
Valerio Ageno
2024-07-27 11:37:44 +02:00
parent 1ae7f72de3
commit a2285a78a1
+2 -1
View File
@@ -4,6 +4,7 @@ on:
branches:
- main
paths:
- '.github/**'
- 'apps/documentation/**'
jobs:
@@ -44,7 +45,7 @@ jobs:
- name: Deploy
uses: reggionick/s3-deploy@v4
with:
folder: out/static
folder: apps/documentation/out/static
bucket: tuono-documentation
bucket-region: eu-west-3
dist-id: ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }}