diff --git a/.github/workflows/landing.yml b/.github/workflows/landing.yml index c01bb5a5..13a74006 100644 --- a/.github/workflows/landing.yml +++ b/.github/workflows/landing.yml @@ -5,8 +5,8 @@ on: branches: - main paths: - - 'landing/**' - - 'scripts/landing_links.js' + - "landing/**" + - "scripts/landing_links.js" workflow_dispatch: # Allow this job to clone the repo and create a page deployment @@ -18,7 +18,7 @@ permissions: # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. concurrency: - group: 'pages' + group: "pages" cancel-in-progress: false jobs: @@ -47,12 +47,14 @@ jobs: - name: Build run: bun run build working-directory: landing + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload Artifacts uses: actions/upload-pages-artifact@v1 with: # this should match the `pages` option in your adapter-static options - path: 'landing/build/' + path: "landing/build/" deploy: needs: build diff --git a/.prettierignore b/.prettierignore index 3bfd2449..30337e12 100644 --- a/.prettierignore +++ b/.prettierignore @@ -3,3 +3,4 @@ pnpm-lock.yaml package-lock.json yarn.lock *.yaml +*.yml