Skip to content

Commit ded1b56

Browse files
committed
update gh actions to remove docs steps
1 parent 1adbcee commit ded1b56

File tree

3 files changed

+42
-63
lines changed

3 files changed

+42
-63
lines changed

.github/workflows/ci.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: Run CI
2+
3+
on:
4+
push:
5+
pull_request:
6+
branches:
7+
- main # Or your default branch
8+
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
13+
jobs:
14+
build:
15+
runs-on: ${{ matrix.os }}
16+
strategy:
17+
fail-fast: false
18+
matrix:
19+
os:
20+
- ubuntu-latest
21+
# python-version:
22+
# - "3.10"
23+
# - "3.11"
24+
# - "3.12"
25+
# - "3.13"
26+
steps:
27+
- uses: szenius/[email protected]
28+
with:
29+
timezoneLinux: "America/Chicago"
30+
timezoneMacos: "America/Chicago"
31+
timezoneWindows: "Central Standard Time"
32+
33+
- uses: actions/checkout@v4
34+
with:
35+
submodules: true
36+
37+
# - name: Install Python dependencies
38+
# if: contains( matrix.os, 'ubuntu')
39+
# run: |
40+
# python -m pip install --upgrade pip
41+
# pip install hatch

.github/workflows/deploy.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

.vscode/ltex.dictionary.en-US.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Backlinks
22
bigz
3+
buildtools
34
cesiumlang
45
darkgray
56
Darkmode

0 commit comments

Comments
 (0)