build: remove surge pr preview action (#8586)

This commit is contained in:
neverland
2021-04-20 20:20:59 +08:00
committed by GitHub
parent 73308ee54f
commit 02d446e6dd
3 changed files with 8 additions and 22 deletions
+6 -1
View File
@@ -1,5 +1,10 @@
name: Deploy Site
on: push
on:
push:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
jobs:
build-and-deploy:
runs-on: ubuntu-latest