Skip to content

Commit 5821a15

Browse files
authored
Merge pull request #5 from resizes/change-runner
fix: changing the job code again
2 parents af8c4df + f720fe0 commit 5821a15

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/deploy copy.yml

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1+
ame: Deploy to GitHub Pages
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
# Review gh actions docs if you want to further define triggers, paths, etc
8+
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
9+
10+
permissions:
11+
contents: read
12+
pages: write
13+
id-token: write
14+
115
jobs:
2-
test-runner:
16+
build:
317
runs-on: actions-runners
418
steps:
519
- name: Check runner

0 commit comments

Comments
 (0)