We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc066a commit e40d25dCopy full SHA for e40d25d
.github/workflows/jekyll-gh-pages.yml
@@ -4,7 +4,7 @@
4
# documentation.
5
6
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
7
-name: Build and Deploy Jekyll site to Pages
+name: Build and Deploy the documentation Jekyll site to Pages
8
9
on:
10
# Runs on pushes targeting the default branch
@@ -76,7 +76,7 @@ jobs:
76
#
77
JEKYLL_BUILD_LINKS=yes bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
78
79
- #JEKYLL_BUILD_TOOLTIPS=yes bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
+ JEKYLL_BUILD_TOOLTIPS=yes bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
80
81
ls -AlR ./_site/assets/js
82
env:
0 commit comments