Skip to content

Commit cd1bdc0

Browse files
committed
comment out ci workflow for now
1 parent fd0343a commit cd1bdc0

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

.github/workflows/ci.yml

+17-16
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
name: ci
2-
on:
3-
push:
4-
branches:
5-
- main
6-
jobs:
7-
deploy:
8-
runs-on: ubuntu-latest
9-
steps:
10-
- name: Check out repository
11-
uses: actions/checkout@v2
12-
- name: Install virtualenv from poetry
13-
uses: 20c/workflows/poetry@v1
14-
- name: deploy mkdocs gh-pages site
15-
run: |
16-
poetry run mkdocs gh-deploy --force
1+
# TODO: fix pymdgen with python 3.11
2+
#name: ci
3+
#on:
4+
# push:
5+
# branches:
6+
# - main
7+
#jobs:
8+
# deploy:
9+
# runs-on: ubuntu-latest
10+
# steps:
11+
# - name: Check out repository
12+
# uses: actions/checkout@v2
13+
# - name: Install virtualenv from poetry
14+
# uses: 20c/workflows/poetry@v1
15+
# - name: deploy mkdocs gh-pages site
16+
# run: |
17+
# poetry run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)