Skip to content

Commit 094a234

Browse files
committed
Обновлен файл конфигурации GitHub Actions: добавлена переменная окружения VITEPRESS_BASE для корректной сборки проекта VitePress.
1 parent eedf205 commit 094a234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: yarn install
2424

2525
- name: Build VitePress
26-
run: yarn run build
26+
run: VITEPRESS_BASE=/vitepress-tailwind/ yarn build
2727

2828
- name: Deploy to GitHub Pages
2929
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)