diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1c423e2..72bffc8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,7 +7,7 @@ env: # `BASE_URL` determines the website is served from, including CSS & JS assets # You may need to change this to `BASE_URL: ''` BASE_URL: /${{ github.event.repository.name }} - + # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: contents: read @@ -59,4 +59,4 @@ jobs: if: github.ref == 'refs/heads/main' with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: _build/html \ No newline at end of file + publish_dir: _build/html