Skip to content

Commit

Permalink
specify develop in base url
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Sep 6, 2024
1 parent e42127a commit 01c7a2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docusaurus-deploy-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- name: Install dependencies
run: npm install

- name: reconfig docusaurus baseUrl
run: |
sed -i 's|baseUrl: '\''/xdc-subnet-docs/'\''|baseUrl: '\''/xdc-subnet-docs/develop/'\''|' docusaurus.config.js
- name: Build site
run: npm run build

Expand Down

0 comments on commit 01c7a2a

Please sign in to comment.