Skip to content

Commit c4461d1

Browse files
committed
ci: Add scheme to production base url
1 parent e6e643f commit c4461d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set env for production build
2626
if: github.ref == 'refs/heads/master'
2727
run: |
28-
echo "DOCS_BASE_URL=docs.hypernode.io" >> $GITHUB_ENV
28+
echo "DOCS_BASE_URL=https://docs.hypernode.io" >> $GITHUB_ENV
2929
- run: hypernode-deploy build -vvv
3030
- name: archive production artifacts
3131
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)