Skip to content

Commit

Permalink
fix: remove DENO_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl committed Dec 8, 2024
1 parent e735859 commit d5ddfcf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ permissions:
id-token: write # Needed for authentication
pages: write # Needed for Github Pages

env:
DENO_DIR: /var/cache/deno

jobs:
deno:
name: Deploy to Deno Deploy
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
pull_request:
workflow_dispatch:

env:
DENO_DIR: /var/cache/deno

jobs:
health:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d5ddfcf

Please sign in to comment.