workflow_test #1

Merged
polsevev merged 11 commits from workflow_test into master 2024-10-26 10:30:33 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 6a8a1a5871 - Show all commits

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>