Skip to content

Commit

Permalink
fix slash
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren committed Apr 27, 2023
1 parent d848d44 commit 5d4769c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- run: |
sed -i 's/base: "\/"/base: "\/insights-docs"/' ./docs/.vuepress/config-extras.js
sed -i 's/base: "\/"/base: "\/insights-docs\/"/' ./docs/.vuepress/config-extras.js
- run: cd docs && npm i && npm run build
env:
NODE_OPTIONS: "--openssl-legacy-provider"
Expand Down

0 comments on commit 5d4769c

Please sign in to comment.