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.
1 parent 96b02c4 commit 25798faCopy full SHA for 25798fa
.github/workflows/deploy.yml
@@ -36,8 +36,8 @@ jobs:
36
37
- name: Create .env file
38
run: |
39
- echo "VITEPRESS_BASE_URL=${{ env.VITEPRESS_BASE_URL }}" >> .env
40
- echo "VITEPRESS_BASE=${{ env.VITEPRESS_BASE }}" >> .env
+ echo "VITEPRESS_BASE_URL=https://yourwebsite.com" >> .env
+ echo "VITEPRESS_BASE=/comforthrmdocs/" >> .env
41
42
# Debug .env content
43
- name: Verify .env file contents
0 commit comments