Skip to content

Commit

Permalink
ci: disable telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Jul 31, 2024
1 parent dd887a0 commit ba6cd99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest

env:
ASTRO_TELEMETRY_DISABLED: 1

steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
Expand All @@ -29,9 +33,11 @@ jobs:
deploy:
needs: build
runs-on: ubuntu-latest

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit ba6cd99

Please sign in to comment.