Skip to content

Commit 4f7be75

Browse files
committed
feat: changing the job code to determine if the issue is with GitHub Pages
1 parent d09516d commit 4f7be75

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy copy.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
jobs:
2+
test-runner:
3+
runs-on: actions-runners
4+
steps:
5+
- name: Check runner
6+
run: echo "Runner is working!"

0 commit comments

Comments
 (0)