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 471d0ff commit d5f45a6Copy full SHA for d5f45a6
.github/workflows/jekyll-gh-pages.yml
@@ -27,6 +27,10 @@ jobs:
27
steps:
28
- name: Checkout
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
34
- name: Setup Pages
35
uses: actions/configure-pages@v5
36
- name: Build with Jekyll
_config.yml renamed to _config.template.yml
@@ -70,8 +70,7 @@ plugins:
70
- jekyll-sitemap
71
72
google_analytics:
73
- - UA-185058308-1 # Old GA Universal Analytics property
74
- - G-RY6FRPMXHZ # New GA4 property
+ - $[JEKYLL_CONFIG_GOOGLE_ANALYICS]
75
76
gravatar_hash: 2136e716a089f4a3794f4007328c7bfb
77
code_block_max_height: 500px
0 commit comments