Skip to content

Commit

Permalink
[DOCS] Update firmware_build dev path (#1355)
Browse files Browse the repository at this point in the history
So as to link properly to the manifest

Make the website name more explicit

so as to avoid confusion with the production one
  • Loading branch information
1technophile authored Dec 9, 2022
1 parent f5ef267 commit a85a98c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual_docs_to_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set sha tag
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/version_tag/DEVELOPMENT SHA:${{ steps.short-sha.outputs.sha }} TEST ONLY/g" docs/.vuepress/config.js
sed -i "s|base: '/'|base: '/dev/'|g" docs/.vuepress/config.js
- name: Run PlatformIO
run: platformio run
Expand Down
4 changes: 2 additions & 2 deletions scripts/gen_wu_dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
}
</script>'''

manif_folder = "/firmware_build_dev/"
manif_path = 'docs/.vuepress/public/firmware_build_dev/'
manif_folder = "/dev/firmware_build/"
manif_path = 'docs/.vuepress/public/firmware_build/'
vue_path = 'docs/.vuepress/components/'
bin_path = 'toDeploy/'
cors_proxy = '' #'https://cors.bridged.cc/'
Expand Down

0 comments on commit a85a98c

Please sign in to comment.