From 59f0955cab41ebdcde9fd8002afcad890b012813 Mon Sep 17 00:00:00 2001 From: Oleksii PELYKH Date: Wed, 11 Dec 2024 16:44:52 +0100 Subject: [PATCH] (fix) ci: upstreams README not rendered for Pages --- .github/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7a06c0bb..5a5130be 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: