Skip to content

Commit b6c9e7e

Browse files
authored
fix
1 parent 4dde46b commit b6c9e7e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ jobs:
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v4
32-
- name: Testing vars
33-
run: echo "Value of 'vars.JEKYLL_CONFIG_GOOGLE_ANALYICS' is '${{ vars.JEKYLL_CONFIG_GOOGLE_ANALYICS }}'"
34-
- name: Testing Env
35-
run: echo "Value of 'env.JEKYLL_CONFIG_GOOGLE_ANALYICS' is '${{ env.JEKYLL_CONFIG_GOOGLE_ANALYICS }}'"
36-
# Generate the config file from template
3732
- name: Generate config from template
3833
run: envsubst < _config.template.yml > _config.yml
3934
- name: Setup Pages

0 commit comments

Comments
 (0)