Migrate workflows to Blacksmith

This commit is contained in:
blacksmith-sh[bot]
2026-05-30 16:42:12 +00:00
committed by GitHub
parent 3db2055868
commit d977d89582

View File

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