Update and rename spl_action.yml to spl_action.txt

This commit is contained in:
joeaba 2021-09-30 01:54:26 +05:30 committed by GitHub
parent 18cd17cf85
commit 2496e7862d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 28 deletions

28
.github/workflows/spl_action.txt vendored Normal file
View File

@ -0,0 +1,28 @@
# on:
# push:
# branches: [master]
# pull_request:
# branches: [master]
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# name: "importing all the document"
# - uses: actions/setup-node@v2
# with:
# node-version: '16'
# name: "installing the node.js with version 16"
# - run: .travis/affects.sh docs/ .travis || exit 0
# if: ${{ github.event_name == ('push' || 'pull_request')}} && ${{github.ref == 'master'}}
# name: "Build Docs"
# - run: |
# cd docs/
# source .travis/before_install.sh
# npm ci
# source .travis/script.sh
# env:
# VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}

View File

@ -1,28 +0,0 @@
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: "importing all the document"
- uses: actions/setup-node@v2
with:
node-version: '16'
name: "installing the node.js with version 16"
- run: .travis/affects.sh docs/ .travis || exit 0
if: ${{ github.event_name == ('push' || 'pull_request')}} && ${{github.ref == 'master'}}
name: "Build Docs"
- run: |
cd docs/
source .travis/before_install.sh
npm ci
source .travis/script.sh
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}