Skip to content

Commit 3e7608c

Browse files
authored
Merge pull request #67 from ByteInternet/fix_production_base_url
2 parents ecc76f4 + e810c80 commit 3e7608c

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=https://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)