Move env to root

This commit is contained in:
Soitora 2023-07-18 15:55:23 +02:00
parent b2f7924af3
commit 65c9f4fb61

View File

@ -1,9 +1,14 @@
name: Deploy
on:
workflow_dispatch: {}
push:
branches:
- v3-vitepress
env:
VITE_BUILD: ${{ env.VITE_BUILD }}
jobs:
deploy:
runs-on: ubuntu-latest
@ -25,8 +30,6 @@ jobs:
- run: npm ci
- name: Build
run: npm run docs:build
env:
VITE_BUILD: ${{ env.VITE_BUILD }}
- uses: actions/configure-pages@v2
- uses: actions/upload-pages-artifact@v1
with: