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 6149d1c commit 96d5122Copy full SHA for 96d5122
.github/workflows/jekyll-gh-pages.yml
@@ -27,6 +27,10 @@ jobs:
27
steps:
28
- name: Checkout
29
uses: actions/checkout@v4
30
+ - name: Testing vars
31
+ run: echo "Value of 'vars.JEKYLL_CONFIG_GOOGLE_ANALYICS' is '${{ vars.JEKYLL_CONFIG_GOOGLE_ANALYICS }}'"
32
+ - name: Testing Env
33
+ run: echo "Value of 'env.JEKYLL_CONFIG_GOOGLE_ANALYICS' is '${{ env.JEKYLL_CONFIG_GOOGLE_ANALYICS }}'"
34
# Generate the config file from template
35
- name: Generate config from template
36
run: envsubst < _config.template.yml > _config.yml
0 commit comments