From e0bd58666c6c963fd0ab49d368e274c9e2b6835b Mon Sep 17 00:00:00 2001 From: Gerd Aschemann Date: Wed, 4 Jan 2023 12:46:09 +0100 Subject: [PATCH] Fix typo in dtcw env for GH pages In `dtcw` and even in docToolchain the env variable is named DTC_HEADLESS --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 0a2dae88..e2551cd9 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -13,7 +13,7 @@ jobs: concurrency: group: ${{ github.workflow }}-${{ github.ref }} env: - DTC_HEADLES: true + DTC_HEADLESS: true steps: - uses: actions/checkout@v2 - name: exportExcel