Compare commits

...

3 Commits

Author SHA1 Message Date
tteckster
d2f13f7940 Update ci.yml
tweak
2024-01-24 12:51:09 -05:00
tteckster
2f2f297555 Update ci.yml
tweak
2024-01-24 12:48:18 -05:00
tteckster
f111479b00 Create new workflow 2024-01-24 12:39:50 -05:00

23
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
name: CI/CD
on:
push:
branches:
- gh-pages
jobs:
ci-cd:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
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