Skip to content

Commit 3e8bd41

Browse files
authored
doc-site: auto pickup latest common elements (#214)
* doc-site: auto pickup latest common elements * fixup! doc-site: auto pickup latest common elements
1 parent 108ea03 commit 3e8bd41

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/doc-site.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
- name: Install Dependencies
2424
working-directory: doc-site
2525
run: npm install
26+
# This allows us to simply re-run a previous CI
27+
# and get a newer set of common-elements
28+
- name: Update doc-site common elements
29+
working-directory: doc-site
30+
run: npm up @commitdev/zero-doc-site-common-elements
2631
- name: Build website
2732
working-directory: doc-site
2833
run: |

doc-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"write-heading-ids": "docusaurus write-heading-ids"
1515
},
1616
"dependencies": {
17-
"@commitdev/zero-doc-site-common-elements": "0.0.7",
17+
"@commitdev/zero-doc-site-common-elements": "~0.0.7",
1818
"@docusaurus/core": "2.0.0-beta.3",
1919
"@docusaurus/preset-classic": "2.0.0-beta.3",
2020
"@mdx-js/react": "^1.6.21",

0 commit comments

Comments
 (0)