Skip to content

Commit

Permalink
(fix) ci: upstreams README not rendered for Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-pelykh committed Dec 11, 2024
1 parent b51ca48 commit 3e8c26a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
pandoc \
-f gfm -t html5 -s --shift-heading-level-by=-1 --lua-filter=gh-pages/filter.lua -H gh-pages/header.html \
-o build/gh-pages/index.html gh-pages/metadata.md README.md
pandoc \
-f gfm -t html5 -s --shift-heading-level-by=-1 --lua-filter=gh-pages/filter.lua -H gh-pages/header.html \
-o build/gh-pages/upstreams/index.html gh-pages/metadata.md upstreams/README.md
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 3e8c26a

Please sign in to comment.