Skip to content

Commit b1fba7c

Browse files
authored
Update build.yml
1 parent cbf702a commit b1fba7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
deploy:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
- name: Advance latest tag
1414
uses: actions/github-script@v3
@@ -48,4 +48,4 @@ jobs:
4848
github_token: ${{ secrets.GITHUB_TOKEN }}
4949
publish_branch: gh-pages
5050
publish_dir: ./editions/all-plugins/output
51-
keep_files: true
51+
keep_files: true

0 commit comments

Comments
 (0)