Skip to content

Commit 8708753

Browse files
Update github-deploy.yml
1 parent d0d13e3 commit 8708753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- gh-page
66
jobs:
77
build-and-deploy:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99
steps:
1010
- name: Checkout 🛎️
1111
uses: actions/checkout@v2
@@ -22,4 +22,4 @@ jobs:
2222
with:
2323
github_token: ${{ secrets.GITHUB_TOKEN }}
2424
publish_dir: _site
25-
publish_branch: master # deploying branch
25+
publish_branch: master # deploying branch

0 commit comments

Comments
 (0)