Skip to content

Commit 96d5122

Browse files
authored
testing
1 parent 6149d1c commit 96d5122

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
steps:
2828
- name: Checkout
2929
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 }}'"
3034
# Generate the config file from template
3135
- name: Generate config from template
3236
run: envsubst < _config.template.yml > _config.yml

0 commit comments

Comments
 (0)