We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ef8e14 + 66d8cd8 commit 4006353Copy full SHA for 4006353
1 file changed
.github/workflows/build.yml
@@ -18,6 +18,8 @@ jobs:
18
dotnet-version: '8.0.x'
19
- name: dotnet run
20
run: dotnet run --
21
+ - name: Fix Atom feed content type
22
+ run: sed -i 's/<content>/<content type="html">/g' ./output/feed.atom
23
- name: Deploy to GitHub Pages
24
uses: peaceiris/actions-gh-pages@v3
25
with:
0 commit comments