Skip to content

Commit

Permalink
Fix typo in dtcw env for GH pages
Browse files Browse the repository at this point in the history
In `dtcw` and even in docToolchain the env
variable is named DTC_HEADLESS
  • Loading branch information
ascheman committed Jan 4, 2023
1 parent eb6a6ff commit e0bd586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0bd586

Please sign in to comment.