Skip to content

Commit

Permalink
update github deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bbtgnn committed Mar 7, 2024
1 parent a6f223c commit b827f22
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 88 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-pages-artifact@v3
with:
path: 'build/'
path: 'docs/'

deploy:
needs: build_site
Expand Down
55 changes: 0 additions & 55 deletions src/components/CardMusica.svelte

This file was deleted.

33 changes: 1 addition & 32 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,32 +1 @@
<script>
import CardMusica from '$components/CardMusica.svelte';
let disco_1 = {
artista: 'John cena',
disco: 'Ciao',
durata: '10:20',
anno: '1230',
image:
'https://images.unsplash.com/photo-1709632237343-4583d7f96f52?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwzfHx8ZW58MHx8fHx8'
};
</script>

<svelte:head>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/src/css/preflight.css" />
</svelte:head>

<CardMusica
artista="John cena"
disco="Ciao"
durata="10:20"
anno="113"
image="https://images.unsplash.com/photo-1709632237343-4583d7f96f52?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwzfHx8ZW58MHx8fHx8"
/>

<CardMusica
artista="OOK"
disco="Altro nome"
durata="11:24"
anno="123"
image="https://plus.unsplash.com/premium_photo-1709311897767-f6ce7e1fc227?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwyfHx8ZW58MHx8fHx8"
/>
svelte-cms home page!

0 comments on commit b827f22

Please sign in to comment.