mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-08 14:33:54 -05:00
Cleaned up workflow files
This commit is contained in:
2
.github/workflows/build_deploy_master.yml
vendored
2
.github/workflows/build_deploy_master.yml
vendored
@@ -15,8 +15,6 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout 🛒
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
|
||||
- name: Install and Build
|
||||
run: |
|
||||
|
||||
2
.github/workflows/build_dev.yml
vendored
2
.github/workflows/build_dev.yml
vendored
@@ -21,8 +21,6 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout 🛒
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
|
||||
- name: Install and Build
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user