mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-11-01 07:25:06 +01:00
Remove pull request action (#59)
This commit is contained in:
parent
868c6890a4
commit
4fd5f8f512
18
.github/workflows/pull_request.yml
vendored
18
.github/workflows/pull_request.yml
vendored
@ -1,18 +0,0 @@
|
||||
name: Build website
|
||||
on: pull_request
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Install Node v12
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12
|
||||
|
||||
- name: Build website
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
Loading…
Reference in New Issue
Block a user