Skip to content

Commit 9e359a6

Browse files
committed
Merge branch 'master' into remove_duplicate_articles
2 parents 325ea10 + d8b3fe6 commit 9e359a6

File tree

2 files changed

+567
-1
lines changed

2 files changed

+567
-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)