diff --git a/.github/workflows/frontend_deploy.yml b/.github/workflows/frontend_deploy.yml index fe69b12..e364187 100644 --- a/.github/workflows/frontend_deploy.yml +++ b/.github/workflows/frontend_deploy.yml @@ -123,7 +123,9 @@ jobs: - name: Deploy id: deploy - run: sst deploy + run: | + sst deploy > deployment_output.txt + echo "deployment_output_path=deployment_output.txt" >> $GITHUB_OUTPUT working-directory: knowx - name: Extract URL from Deployment Output