Skip to content

Commit

Permalink
Fix GitHub workflow to deploy to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jameschensmith committed Oct 6, 2024
1 parent d65bc96 commit 82cdb38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Generate RSS
run: |
bun run gen:rss
Expand Down

0 comments on commit 82cdb38

Please sign in to comment.