File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 74
74
# A double build is needed currently as the _data/links/ content must be rendered from the final html output, so
75
75
# the first run cannot use the not yet existing links
76
76
#
77
- JEKYLL_BUILD_LINKS=yes bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
77
+ # NOTE: using full, final url instead of steps.pages.outputs.base_path to satisfy the sitemap.xml generator plugin as well
78
+ # FIXME: steps.deployment.outputs.page_url is empty at this phase, temporally added the hardcoded site URL
79
+ JEKYLL_BUILD_LINKS=yes bundle exec jekyll build --baseurl "https://syslog-ng.github.io"
78
80
79
- JEKYLL_BUILD_TOOLTIPS=yes bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }} "
81
+ JEKYLL_BUILD_TOOLTIPS=yes bundle exec jekyll build --baseurl "https://syslog-ng.github.io "
80
82
81
83
ls -AlR ./_site/assets/js
82
84
env :
You can’t perform that action at this time.
0 commit comments