File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 55 branches : [main]
66 paths :
77 - ' docs/**'
8+ - ' lib/**'
9+ - ' index.ts'
10+ - ' styles.css'
11+ - ' package.json'
812 - ' README.md'
913 - ' .github/workflows/deploy-docs.yml'
1014
@@ -39,21 +43,15 @@ jobs:
3943 - name : Setup Pages
4044 uses : actions/configure-pages@v4
4145
42- - name : Install Dependencies
43- run : |
44- cd docs
45- yarn install --frozen-lockfile
46-
47- # Import plugin into the docs to showcase examples
48- - name : Build Plugin
46+ - name : Install Root Dependencies & Build Plugin
4947 run : |
5048 yarn install --frozen-lockfile
5149 yarn build
5250
53- - name : Copy Plugin to Docs
51+ - name : Install Docs Dependencies
5452 run : |
55- mkdir -p docs/node_modules/remark-notes-plugin/dist
56- cp -r dist/* docs/node_modules/remark-notes-plugin/dist/
53+ cd docs
54+ yarn install --frozen-lockfile
5755
5856 - name : Build Documentation Site
5957 run : |
You can’t perform that action at this time.
0 commit comments