Skip to content

Commit 0f33e63

Browse files
committed
Fix wrong environment variable definition
1 parent d4a1591 commit 0f33e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
container:
1212
image: node:lts-alpine
13-
environment:
13+
env:
1414
IBM_TELEMETRY_DISABLED: true
1515
steps:
1616
- name: Checkout

0 commit comments

Comments
 (0)