Commit 7ecfec9
committed
Fix CI mkdocs related jobs not to use
There are 2 issues:
1. The `env` variable being used doesn't exist.
2. Using `env` is not supported in `runs-on`.
This fix was done in the past but was not ported to the branch that
implemented `mkdocs`, so it slipped in again.
Signed-off-by: Leandro Lucarella <[email protected]>
#
# On branch fix-ci
# Changes to be committed:
# modified: cookiecutter/{{cookiecutter.github_repo_name}}/.github/workflows/ci.yaml
#
# Untracked files:
# frequenz-repo-config-python/
# src/frequenz/repo-config/
# tests/test_repo-config.py
#env
1 parent f21edf2 commit 7ecfec9
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments