Skip to content

chore(deps): update void to 0.7.3 and vite-plus to 0.1.20 (#21) #23

chore(deps): update void to 0.7.3 and vite-plus to 0.1.20 (#21)

chore(deps): update void to 0.7.3 and vite-plus to 0.1.20 (#21) #23

Workflow file for this run

name: Deploy
on:
push:
branches: [main]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
- uses: voidzero-dev/setup-vp@4f5aa3e38c781f1b01e78fb9255527cee8a6efa6 # v1.8.0
with:
cache: true
- run: vpx void deploy
env:
VOID_TOKEN: ${{ secrets.VOID_TOKEN }}
VOID_PROJECT: ${{ secrets.VOID_PROJECT }}