Compare commits

..

2 Commits

Author SHA1 Message Date
Tilo
75a84073a2 Merge pull request #1 from Tilo-K/blacksmith-migration-3db2055
.github/workflows: Migrate workflows to Blacksmith runners
2026-05-30 18:42:34 +02:00
blacksmith-sh[bot]
d977d89582 Migrate workflows to Blacksmith 2026-05-30 16:42:12 +00:00

View File

@@ -12,7 +12,7 @@ permissions:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: blacksmith-4vcpu-ubuntu-2404
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -33,7 +33,7 @@ jobs:
deploy: deploy:
needs: build needs: build
runs-on: ubuntu-latest runs-on: blacksmith-4vcpu-ubuntu-2404
environment: environment:
name: github-pages name: github-pages
url: ${{ steps.deployment.outputs.page_url }} url: ${{ steps.deployment.outputs.page_url }}