We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f45a6 commit 6149d1cCopy full SHA for 6149d1c
.github/workflows/jekyll-gh-pages.yml
@@ -29,8 +29,7 @@ jobs:
29
uses: actions/checkout@v4
30
# Generate the config file from template
31
- name: Generate config from template
32
- run: |
33
- envsubst < _config.template.yml > _config.yml
+ run: envsubst < _config.template.yml > _config.yml
34
- name: Setup Pages
35
uses: actions/configure-pages@v5
36
- name: Build with Jekyll
_config.template.yml
@@ -70,7 +70,7 @@ plugins:
70
- jekyll-sitemap
71
72
google_analytics:
73
- - $[JEKYLL_CONFIG_GOOGLE_ANALYICS]
+ - ${JEKYLL_CONFIG_GOOGLE_ANALYICS}
74
75
gravatar_hash: 2136e716a089f4a3794f4007328c7bfb
76
code_block_max_height: 500px
0 commit comments