Skip to content

Commit

Permalink
Add output to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
therefromhere committed Oct 14, 2023
1 parent 878ec19 commit 4c63001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4c63001

Please sign in to comment.