Skip to content

Commit

Permalink
[DOCS] Add base directory (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
1technophile authored Dec 8, 2022
1 parent 448b144 commit 0e76170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/manual_docs_to_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: |
sed -i "s/version_tag/${{ steps.short-sha.outputs.sha }}/g" main/User_config.h
sed -i "s/version_tag/${{ steps.short-sha.outputs.sha }}/g" docs/.vuepress/config.js
sed -i "s|base: '/'|base: '/dev/'|g" docs/.vuepress/config.js
- name: Run PlatformIO
run: platformio run
- name: Prepare Release Assets
Expand Down
1 change: 1 addition & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
smoothScroll: true,
repo: '1technophile/OpenMQTTGateway',
docsDir: 'docs',
base: '/',
docsBranch: 'development',
lastUpdated: 'Last Updated',
editLinks: true,
Expand Down

0 comments on commit 0e76170

Please sign in to comment.