build: remove surge pr preview action (#8586)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user