Skip to content

Commit 81a66c2

Browse files
chore: migrate runner to tenki
1 parent c4cce20 commit 81a66c2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/marp-pages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77

88
# Allows you to run this workflow manually from the Actions tab
99
workflow_dispatch:
10-
1110
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1211
permissions:
1312
contents: read
@@ -23,7 +22,7 @@ concurrency:
2322
jobs:
2423
# Build job
2524
build:
26-
runs-on: ubuntu-latest
25+
runs-on: tenki-staging-standard-autoscale
2726
steps:
2827
- uses: actions/[email protected]
2928
- name: Copy images
@@ -44,4 +43,4 @@ jobs:
4443
path: 'build'
4544
- name: Deploy to GitHub Pages
4645
id: deployment
47-
uses: actions/deploy-pages@v4
46+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)