mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -1,8 +1,6 @@
|
|||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
on:
|
on: workflow_dispatch
|
||||||
push:
|
|
||||||
branches: [ master ]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ go:
|
|||||||
node_js: "12.16.3"
|
node_js: "12.16.3"
|
||||||
git:
|
git:
|
||||||
depth: 1
|
depth: 1
|
||||||
before_script:
|
before_install:
|
||||||
- mkdir assets/build
|
- mkdir assets/build
|
||||||
- touch assets/build/test.html
|
- touch assets/build/test.html
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user