Skip to content

Commit 2aefd7a

Browse files
author
Lévai Norbert
committed
Move github workflow file
1 parent e1fecd1 commit 2aefd7a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/.github/workflows/deploy-docs.yml renamed to .github/workflows/deploy-docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414

1515
- name: Set up Node.js
1616
uses: actions/setup-node@v3
@@ -20,6 +20,9 @@ jobs:
2020
- name: Install dependencies
2121
run: npm install
2222

23+
- name: Clean everthing and install dependencies
24+
run: npm ci
25+
2326
- name: Build VuePress
2427
run: npm run docs:build
2528

0 commit comments

Comments
 (0)