Skip to content

Commit 4c0ebed

Browse files
committed
Removing unneeded files and moving to Ubuntu 20.04
1 parent 59072cb commit 4c0ebed

File tree

5 files changed

+1
-2298
lines changed

5 files changed

+1
-2298
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
# Skip job based on the commit message
1111
if: contains(toJson(github.event.commits), '[skip ci]') == false
12-
runs-on: ubuntu-18.04
12+
runs-on: ubuntu-20.04
1313
steps:
1414
- name: Checkout repo
1515
uses: actions/checkout@v2

0 commit comments

Comments
 (0)