Wrong runs-on
Some checks failed
/ build (push) Failing after 1s

This commit is contained in:
Rolf Martin Glomsrud 2024-10-26 12:00:50 +02:00
parent 0e156d5f61
commit 6a8a1a5871
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,6 @@
on: [push]
jobs:
build:
runs-on: byggmester
runs-on: ubuntu
steps:
- run: npm i

View file

@ -46,5 +46,4 @@ const { title, description, image = '/self.png' } = Astro.props;
<meta property="twitter:description" content={description} />
<meta property="twitter:image" content={new URL(image, Astro.url)} />
<script defer src="https://umami.polsevev.dev/script.js" data-website-id="84ead158-3295-4160-8b05-48d56cf7337b"></script>