Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jay19240 committed Dec 18, 2024
1 parent 0cc67fa commit 3c8afd5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: swgpu-doc-update

on: # specify the build to trigger the automated ci/cd
push:
branches:
- "main"
jobs:
docker:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1

- name: Install python
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install node
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Install dependencies
run: npm install

0 comments on commit 3c8afd5

Please sign in to comment.