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 4dde46b commit b6c9e7eCopy full SHA for b6c9e7e
.github/workflows/jekyll-gh-pages.yml
@@ -29,11 +29,6 @@ jobs:
29
steps:
30
- name: Checkout
31
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
37
- name: Generate config from template
38
run: envsubst < _config.template.yml > _config.yml
39
- name: Setup Pages
0 commit comments