Skip to content

Commit

Permalink
Fix the output path
Browse files Browse the repository at this point in the history
  • Loading branch information
tarohi24 committed Apr 20, 2024
1 parent acaaeae commit 92717d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_slides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
OUTPUT_PATH: ${{ env.MARKDOWN_OUTPUT_PATH }}
OUTPUT_PATH: ${{ env.CONFERENCE_LABEL }}.md
ISSUE_LABEL: ${{ env.CONFERENCE_LABEL }}
run: python slide_generation/fetch_issues.py

Expand Down

0 comments on commit 92717d4

Please sign in to comment.