mirror of
https://github.com/tteck/Proxmox.git
synced 2026-07-05 16:32:45 +02:00
Compare commits
4 Commits
d2f13f7940
...
86141db5e1
| Author | SHA1 | Date | |
|---|---|---|---|
| 86141db5e1 | |||
| 0c34f2ea9b | |||
| d094ffcfd3 | |||
| dc37502d15 |
+11
-13
@@ -1,23 +1,21 @@
|
|||||||
name: CI/CD
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- gh-pages
|
- gh-pages
|
||||||
|
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci-cd:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Set up Node.js
|
||||||
uses: actions/checkout@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
|
||||||
- name: Set up Node.js
|
|
||||||
uses: actions/setup-node@v3
|
|
||||||
with:
|
|
||||||
node-version: 20
|
|
||||||
registry-url: https://registry.npmjs.org/
|
|
||||||
cache: npm
|
|
||||||
|
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user