Skip to content

Commit 5b16a7a

Browse files
committed
Rename g3doc->docs; fix bad links; add .gitignore and .bazelversion;
update python; run on push to master
1 parent 260a824 commit 5b16a7a

17 files changed

Lines changed: 13 additions & 12 deletions

File tree

.bazelversion

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6.5.0

.github/workflows/cd-docs.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: deploy-docs
22
on:
33
workflow_dispatch:
44
push:
5-
# Uncomment these lines before merge
6-
# branches:
7-
# - master
5+
branches:
6+
- master
87
pull_request:
98
permissions:
109
contents: write
@@ -21,10 +20,10 @@ jobs:
2120
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
2221
if: (github.event_name != 'pull_request')
2322

24-
- name: Set up Python 3.10
23+
- name: Set up Python 3.12
2524
uses: actions/setup-python@v5
2625
with:
27-
python-version: '3.10'
26+
python-version: '3.12'
2827
cache: 'pip'
2928
cache-dependency-path: |
3029
setup.py

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,7 @@ cython_debug/
159159
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
160160
# and can be added to the global gitignore or merged into this file. For a more nuclear
161161
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
162-
#.idea/
162+
#.idea/
163+
164+
# Bazel build files
165+
bazel-*
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)