We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecc76f4 + e810c80 commit 3e7608cCopy full SHA for 3e7608c
.github/workflows/deploy.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set env for production build
26
if: github.ref == 'refs/heads/master'
27
run: |
28
- echo "DOCS_BASE_URL=https://docs.hypernode.io" >> $GITHUB_ENV
+ echo "DOCS_BASE_URL=https://docs.hypernode.io/" >> $GITHUB_ENV
29
- run: hypernode-deploy build -vvv
30
- name: archive production artifacts
31
uses: actions/upload-artifact@v3
0 commit comments