Skip to content

Commit e40d25d

Browse files
committed
CI Action Workflow renamed and restored the full site build
Signed-off-by: Hofi <[email protected]>
1 parent bcc066a commit e40d25d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# documentation.
55

66
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
7-
name: Build and Deploy Jekyll site to Pages
7+
name: Build and Deploy the documentation Jekyll site to Pages
88

99
on:
1010
# Runs on pushes targeting the default branch
@@ -76,7 +76,7 @@ jobs:
7676
#
7777
JEKYLL_BUILD_LINKS=yes bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
7878
79-
#JEKYLL_BUILD_TOOLTIPS=yes bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
79+
JEKYLL_BUILD_TOOLTIPS=yes bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
8080
8181
ls -AlR ./_site/assets/js
8282
env:

0 commit comments

Comments
 (0)