Remove vercel configs
This commit is contained in:
parent
5855b6f170
commit
220d016130
24
.github/workflows/zola.yml
vendored
24
.github/workflows/zola.yml
vendored
@ -1,24 +0,0 @@
|
|||||||
name: CI
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [master]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Install and Run Zola
|
|
||||||
run: |
|
|
||||||
sudo snap install --edge zola
|
|
||||||
zola build
|
|
||||||
|
|
||||||
- uses: amondnet/vercel-action@v19
|
|
||||||
with:
|
|
||||||
vercel-token: ${{ secrets.VERCEL_TOKEN }}
|
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
vercel-org-id: ${{ secrets.ORG_ID}}
|
|
||||||
vercel-project-id: ${{ secrets.PROJECT_ID}}
|
|
||||||
working-directory: ./public
|
|
19
vercel.json
19
vercel.json
@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"version": 2,
|
|
||||||
"public": false,
|
|
||||||
"github": {
|
|
||||||
"enabled": false
|
|
||||||
},
|
|
||||||
"builds": [
|
|
||||||
{
|
|
||||||
"src": "./public/**",
|
|
||||||
"use": "@now/static"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"routes": [
|
|
||||||
{
|
|
||||||
"src": "/(.*)",
|
|
||||||
"dest": "public/$1"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user