Skip to content

Commit 4006353

Browse files
authored
Merge pull request #209 from mayuki/copilot/replace-content-type-atom-feed
Add `type="html"` to Atom feed content tags before GitHub Pages deploy
2 parents 3ef8e14 + 66d8cd8 commit 4006353

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
dotnet-version: '8.0.x'
1919
- name: dotnet run
2020
run: dotnet run --
21+
- name: Fix Atom feed content type
22+
run: sed -i 's/<content>/<content type="html">/g' ./output/feed.atom
2123
- name: Deploy to GitHub Pages
2224
uses: peaceiris/actions-gh-pages@v3
2325
with:

0 commit comments

Comments
 (0)