diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 0ab87f5..900212b 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -1,6 +1,6 @@ on: [push] jobs: build: - runs-on: byggmester + runs-on: ubuntu steps: - run: npm i diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index bec6f5c..33a841a 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -46,5 +46,4 @@ const { title, description, image = '/self.png' } = Astro.props; - \ No newline at end of file