test
This commit is contained in:
parent
28c51b0a4b
commit
56d3c6165c
5
.github/workflows/build-on-commit.yml
vendored
5
.github/workflows/build-on-commit.yml
vendored
@ -7,4 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
call-build:
|
||||
uses: ./.github/workflows/build-site.yml
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- uses: ./.github/workflows/build-site.yml
|
||||
|
6
.github/workflows/build-site.yml
vendored
6
.github/workflows/build-site.yml
vendored
@ -31,9 +31,3 @@ jobs:
|
||||
|
||||
- name: Delete dist gitignore
|
||||
run: sudo rm -f ./public/dist/.gitignore
|
||||
|
||||
- name: Publish site as artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: website
|
||||
path: ./public
|
1
.github/workflows/deploy-master.yml
vendored
1
.github/workflows/deploy-master.yml
vendored
@ -8,7 +8,6 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
if: github.ref == 'refs/heads/master'
|
||||
steps:
|
||||
- name: Build Site
|
||||
uses: ./.github/workflows/common/build-site.yml
|
||||
|
Loading…
x
Reference in New Issue
Block a user