File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments