Skip to content

Commit 5be53c9

Browse files
author
Julien Neuhart
committed
Update documentation workflow so that it is done in the docs folder
1 parent 14340a9 commit 5be53c9

File tree

3 files changed

+989
-1022
lines changed

3 files changed

+989
-1022
lines changed

.github/workflows/documentation.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
node-version: '12.x'
1818
- name: Test Build
1919
run: |
20+
cd docs
2021
if [ -e yarn.lock ]; then
2122
yarn install --frozen-lockfile
2223
elif [ -e package-lock.json ]; then
@@ -51,6 +52,7 @@ jobs:
5152
USE_SSH: true
5253
GIT_USER: git
5354
run: |
55+
cd docs
5456
git config --global user.email "actions@gihub.com"
5557
git config --global user.name "gh-actions"
5658
if [ -e yarn.lock ]; then

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"serve": "docusaurus serve"
1212
},
1313
"dependencies": {
14-
"@docusaurus/core": "2.0.0-alpha.69",
15-
"@docusaurus/preset-classic": "2.0.0-alpha.69",
14+
"@docusaurus/core": "2.0.0-alpha.70",
15+
"@docusaurus/preset-classic": "2.0.0-alpha.70",
1616
"@mdx-js/react": "^1.5.8",
1717
"clsx": "^1.1.1",
1818
"react": "^16.8.4",

0 commit comments

Comments
 (0)