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