Skip to content

Commit a2f813d

Browse files
authored
Merge pull request #8 from resizes/change-runner
feat: changing runner to ubuntu-latest
2 parents 138ae43 + bc1d316 commit a2f813d

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

.github/workflows/deploy copy.yml

-20
This file was deleted.

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
deploy:
1717
name: Deploy to GitHub Pages
18-
runs-on: actions-runners
18+
runs-on: ubuntu-latest
1919
environment:
2020
name: github-pages
2121
steps:

0 commit comments

Comments
 (0)