Skip to content

Commit

Permalink
Attempting to fix RSS generation
Browse files Browse the repository at this point in the history
  • Loading branch information
latenitefilms committed Aug 2, 2023
1 parent 26f4607 commit 66e4841
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/retype-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:

generate_rss:
runs-on: ubuntu-latest
needs: generate_markdown
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -151,6 +152,12 @@ jobs:
git push
echo "Completed commit step."
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: docs
path: docs/

publish:
name: Publish to retype branch
needs: [generate_markdown, generate_rss]
Expand Down

0 comments on commit 66e4841

Please sign in to comment.