1 parent f05c965 commit 05dd9e4Copy full SHA for 05dd9e4
2 files changed
.github/workflows/lint.yaml
@@ -12,7 +12,7 @@ on:
12
13
jobs:
14
lint:
15
- runs-on: ubuntu-latest
+ runs-on: blacksmith-4vcpu-ubuntu-2404
16
permissions:
17
contents: read
18
packages: read
.github/workflows/nuxt-deploy.yml
@@ -7,7 +7,7 @@ on:
7
- main
8
9
build:
10
11
strategy:
matrix:
node-version: [22]
@@ -39,7 +39,7 @@ jobs:
39
name: github_pages
40
url: ${{ steps.deployment.outputs.page_url }}
41
# Specify runner + deployment step
42
43
steps:
44
- name: Deploy to GitHub Pages
45
id: deployment
0 commit comments