Add runs-on to workflow

pull/198/head
Benjamin Chodroff 2021-01-29 13:20:05 +08:00
parent ec954510d8
commit 09b4a7d0aa
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ on:
- documentation_translate_english
jobs:
build:
# runs-on: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js