Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nimafanniasl committed Feb 11, 2024
1 parent eb96e8c commit 8d49d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: pip install -r requirements.txt # If you have any dependencies

- name: Generate Post HTML
run: python scripts/generate_post ${{ github.event.issue.number }} "${{ github.event.issue.title }}" "${{ github.event.issue.user.login }}" "${{ github.event.issue.body }}" "${{ format(github.event.issue.created_at, 'YYYY-MM-DD HH:mm:ss') }}"
run: ./scripts/generate_post ${{ github.event.issue.number }} "${{ github.event.issue.title }}" "${{ github.event.issue.user.login }}" "${{ github.event.issue.body }}" "${{ format(github.event.issue.created_at, 'YYYY-MM-DD HH:mm:ss') }}"

- name: Add new post to recents page
run: python scripts/add_to_recent.py ${{ github.event.issue.number }} "${{ github.event.issue.title }}" "${{ github.event.issue.user.login }}" "${{ github.event.issue.body }}" "${{ format(github.event.issue.created_at, 'YYYY-MM-DD HH:mm:ss') }}"
Expand Down

0 comments on commit 8d49d00

Please sign in to comment.