mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Move env to root
This commit is contained in:
parent
b2f7924af3
commit
65c9f4fb61
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user