Skip to content

Commit

Permalink
fix: remove setup pages step
Browse files Browse the repository at this point in the history
  • Loading branch information
luxbe committed May 14, 2024
1 parent 03d8269 commit 42edb36
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Setup Pages
uses: actions/configure-pages@v3
with:
static_site_generator: sveltekit

- name: Build
run: pnpm run build

Expand Down

0 comments on commit 42edb36

Please sign in to comment.