Remove env hack
This was only needed for parcel
This commit is contained in:
parent
85a2df882f
commit
3325891672
2 changed files with 0 additions and 6 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -41,9 +41,6 @@ jobs:
|
|||
- name: Install Dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Dump environment
|
||||
run: env >> .env
|
||||
|
||||
- name: Build site
|
||||
run: ./scripts/release.sh
|
||||
|
||||
|
|
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -40,9 +40,6 @@ jobs:
|
|||
- name: Install Dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Dump environment
|
||||
run: env >> .env
|
||||
|
||||
- name: Build site
|
||||
run: ./scripts/release.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue