Skip to content

Commit 650e3b0

Browse files
committed
revert(ci): remove premature roadmap report step
1 parent d3b8ecd commit 650e3b0

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,21 +1157,6 @@ jobs:
11571157
path: demos-diff
11581158
retention-days: 30
11591159

1160-
# Generate a static roadmap page from the git-tracked issue index.
1161-
#
1162-
# Output location:
1163-
# - Writes `build/website/roadmap/index.html`.
1164-
# - The generator may copy `styles.css` into `build/website/` if it's missing,
1165-
# so the report can reference `../styles.css`.
1166-
# - Since the website is published from `build/website`, this becomes
1167-
# `/roadmap/` on the deployed site.
1168-
- name: Generate Roadmap Report
1169-
if: env.PUBLISH_WEBSITE == 'true'
1170-
run: |
1171-
set -euvx
1172-
cd ${{ github.workspace }}
1173-
python -m util.roadmap report -o build/website/roadmap
1174-
11751160
- name: Publish Website to GitHub Pages
11761161
if: env.PUBLISH_WEBSITE == 'true'
11771162
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)