diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3ed095e..5d72d22 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,11 +6,6 @@ on: push: # Runs on pushes targeting the default branch branches: [main] -env: - # `BASE_URL` determines, relative to the root of the domain, the URL that your site is served from. - # E.g., if your site lives at `https://mydomain.org/myproject`, set `BASE_URL=/myproject`. - # If, instead, your site lives at the root of the domain, at `https://mydomain.org`, set `BASE_URL=''`. - BASE_URL: /${{ github.event.repository.name }} # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: