We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cce20 commit 81a66c2Copy full SHA for 81a66c2
.github/workflows/marp-pages.yml
@@ -7,7 +7,6 @@ on:
7
8
# Allows you to run this workflow manually from the Actions tab
9
workflow_dispatch:
10
-
11
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
12
permissions:
13
contents: read
@@ -23,7 +22,7 @@ concurrency:
23
22
jobs:
24
# Build job
25
build:
26
- runs-on: ubuntu-latest
+ runs-on: tenki-staging-standard-autoscale
27
steps:
28
- uses: actions/[email protected]
29
- name: Copy images
@@ -44,4 +43,4 @@ jobs:
44
43
path: 'build'
45
- name: Deploy to GitHub Pages
46
id: deployment
47
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v4
0 commit comments