diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 22771c1..090be4d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -24,7 +24,7 @@ jobs: - name: Run image uses: abatilo/actions-poetry@v2 - name: Generate Requirements - run: poetry export + run: poetry export --output=requirements.txt - id: 'deploy' uses: 'google-github-actions/deploy-cloud-functions@v1' with: