Skip to content

Commit d3c8397

Browse files
committed
Add checkout to pages
1 parent 1ed37a5 commit d3c8397

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
runs-on: ubuntu-18.04
1212
timeout-minutes: 30
1313
steps:
14+
- uses: actions/checkout@v2
15+
- name: Use Node.js
16+
uses: actions/setup-node@v1
17+
with:
18+
node-version: '10.14'
1419
- name: Get Tag
1520
id: tag
1621
run: |

0 commit comments

Comments
 (0)