Skip to content

Commit

Permalink
Reverted fully bogus site root definition (#90)
Browse files Browse the repository at this point in the history
Signed-off-by: Hofi <[email protected]>
  • Loading branch information
HofiOne authored Jun 6, 2024
2 parents b5ac30a + ac47828 commit f1dd606
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,9 @@ jobs:
# A double build is needed currently as the _data/links/ content must be rendered from the final html output, so
# the first run cannot use the not yet existing links
#
# NOTE: using full, final url instead of steps.pages.outputs.base_path to satisfy the sitemap.xml generator plugin as well
# FIXME: steps.deployment.outputs.page_url is empty at this phase, temporally added the hardcoded site URL
JEKYLL_BUILD_LINKS=yes bundle exec jekyll build --baseurl "https://syslog-ng.github.io"
JEKYLL_BUILD_LINKS=yes bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
JEKYLL_BUILD_TOOLTIPS=yes bundle exec jekyll build --baseurl "https://syslog-ng.github.io"
JEKYLL_BUILD_TOOLTIPS=yes bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
ls -AlR ./_site/assets/js
env:
Expand Down

0 comments on commit f1dd606

Please sign in to comment.