Skip to content

Commit

Permalink
Adjust deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
boonier committed Jan 27, 2025
1 parent a73d335 commit 398654d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Deploy
run: |
git checkout main
git checkout -b gh-pages
git checkout gh-pages
git rm -rf --cached *
cp -r build/* .
git add .
Expand Down
3 changes: 0 additions & 3 deletions src/routes/Header.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<script>
import { page } from "$app/stores";
import logo from "$lib/images/svelte-logo.svg";
import github from "$lib/images/github.svg";
</script>

<header>
Expand Down

0 comments on commit 398654d

Please sign in to comment.