Skip to content

Commit 290e4b1

Browse files
committed
fix: remove invalid --release-urls-dir option from site_generator_v2
site_generator_v2.py only accepts --output, --repo-dir, --catalog-dir, and --skip-catalog options. Removed the invalid --release-urls-dir that was causing portal generation to fail.
1 parent 715eca8 commit 290e4b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/full-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,8 +876,7 @@ jobs:
876876
python3 -m core.engine.site_generator_v2 \
877877
--output index.html \
878878
--repo-dir . \
879-
--catalog-dir catalog \
880-
--release-urls-dir release-urls
879+
--catalog-dir catalog
881880
echo "::endgroup::"
882881
883882
echo "::group::📤 Publishing to gh-pages"

0 commit comments

Comments
 (0)