Skip to content

Commit 6149d1c

Browse files
authored
Fix envsubst syntax
1 parent d5f45a6 commit 6149d1c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
uses: actions/checkout@v4
3030
# Generate the config file from template
3131
- name: Generate config from template
32-
run: |
33-
envsubst < _config.template.yml > _config.yml
32+
run: envsubst < _config.template.yml > _config.yml
3433
- name: Setup Pages
3534
uses: actions/configure-pages@v5
3635
- name: Build with Jekyll

_config.template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ plugins:
7070
- jekyll-sitemap
7171

7272
google_analytics:
73-
- $[JEKYLL_CONFIG_GOOGLE_ANALYICS]
73+
- ${JEKYLL_CONFIG_GOOGLE_ANALYICS}
7474

7575
gravatar_hash: 2136e716a089f4a3794f4007328c7bfb
7676
code_block_max_height: 500px

0 commit comments

Comments
 (0)