Skip to content

Commit b11e5bb

Browse files
feat: custom navigation (#48)
* add: custom navigation added * add: github workflow added * add: github workflow added * update: docs yaml, and preview workflow * fix: preview workflow * fix: header footer data fething * fix: msc bump * add: github auth token added * fix: auth token * fix: github workflow * fix: github workflow * rerun workflow * remove: npm rc * fix: github workflow * fix: github workflow v2 * fix: github workflow v3 * fix: github workflow v4 * fix: github workflow v5 * fix: fetch call * fix: header and footer cjs added * fix: header and footer cjs added * fix: header data rendering * fix: header data rendering * fix: header data rendering * fix: header data rendering * fix: header data rendering * add: comment asyn data call * fix: page data sanity fix * fix: page data sanity fix * fix: page data sanity fix * header fix * header fix * fix: workflows * bump: msc version * fix: workflows * fix: workflows * fix: workflows * fix: update header * fix: update header * fix: update header * add: plug script * add: plug script * add: plug script * add: plug script * add: plug script * add: plug script * remove: plug script * remove: plug script * remove: plug script * remove: plug script * remove: plug script * remove: plug script * remove: plug script * fix: css problem * fix: css problem * fix: css problem * fix: css problem * fix: footer css * fix: sidenav sibling * fix: sidenav sibling * fix: sidenav sibling * fix: sidenav sibling seperated * fix: sidenav sibling seperated v2 * fix: sidenav sibling seperated v3 * fix: sidenav sibling seperated v3 * fix: sidenav sibling seperated v4 * fix: sidenav sibling seperated v5 * add: api toggles * add: api toggles * add: api toggles v2 * fix: build * add: fern styles * fix: rendering * fix: rendering * fix: rendering v2 * fix: styles on dropdown * fix: dropdown border * fix: theme switch * fix: theme switch * revert: to stable build * fix: code fixes * revert: to stable build * fix: publish docs workflow
1 parent 6295110 commit b11e5bb

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.github/workflows/publish-docs.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,25 @@ jobs:
1313
- name: Checkout repo
1414
uses: actions/checkout@v4
1515

16-
- name: Setup node
17-
uses: actions/setup-node@v3
16+
- name: Setup Node.js
17+
uses: actions/setup-node@v4
18+
with:
19+
always-auth: true
20+
node-version: '18'
21+
registry-url: https://npm.pkg.github.com/
22+
env:
23+
NODE_AUTH_TOKEN: ${{secrets.AUTH_TOKEN}}
1824

1925
- name: Download Fern
2026
run: npm install -g fern-api
2127

28+
- name: Build Navigation
29+
run: |
30+
cd custom-implementation
31+
yarn
32+
yarn build
33+
cd ../
34+
2235
- name: Generate and Publish Docs
2336
env:
2437
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}

0 commit comments

Comments
 (0)