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 59f0955
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ jobs:
-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
mkdir -p build/gh-pages/upstreams
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
with:
Expand Down

0 comments on commit 59f0955

Please sign in to comment.